Skip to content

Commit

Permalink
fix artifacts error
Browse files Browse the repository at this point in the history
  • Loading branch information
stefan-jansen committed Sep 25, 2024
1 parent 08833bf commit 13d06e2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ jobs:
- name: Store artifacts
uses: actions/upload-artifact@v4
with:
overwrite: true
path: ./wheelhouse/*.whl

build_sdist:
Expand All @@ -93,6 +94,7 @@ jobs:
- uses: actions/upload-artifact@v4
with:
overwrite: true
path: dist/*.tar.gz

upload_pypi:
Expand All @@ -119,4 +121,4 @@ jobs:
password: ${{ secrets.TESTPYPI_TOKEN }}
repository-url: https://test.pypi.org/legacy/
skip-existing: true
verbose: true
verbose: true

0 comments on commit 13d06e2

Please sign in to comment.