mirror of
https://github.com/Benexl/FastAnime.git
synced 2025-12-05 20:40:09 -08:00
feat: exclude the wheel distribution since its platform dependent
This commit is contained in:
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@@ -28,7 +28,9 @@ jobs:
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: distribution
|
||||
path: dist
|
||||
retention-days: 5
|
||||
path: |
|
||||
dist
|
||||
!dist/*.whl
|
||||
retention-days: 14
|
||||
# - name: Run the automated tests (for example)
|
||||
# run: poetry run pytest -v
|
||||
|
||||
Reference in New Issue
Block a user