feat: exclude the wheel distribution since its platform dependent

This commit is contained in:
Benex254
2024-07-24 17:27:55 +03:00
parent da06b0b6e1
commit 23b22dfc70

View File

@@ -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