Skip to content

Commit

Permalink
ci: fix pypi upload
Browse files Browse the repository at this point in the history
  • Loading branch information
ebrocas committed Dec 20, 2024
1 parent 7c38e88 commit a19e110
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
with:
name: artifact_${{ matrix.python-version }}
path: |
dist/numbat*.whl
dist/pyrrha*.whl
dist/*.tar.gz
upload_pypi:
Expand Down

0 comments on commit a19e110

Please sign in to comment.