feat: exclude the wheel distribution since its platform dependent

This commit is contained in:
Benex254
2024-08-05 09:47:02 +03:00
parent b3211ba35f
commit 3854357c1c

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