Skip to content

Commit

Permalink
Upload packages directly
Browse files Browse the repository at this point in the history
  • Loading branch information
domna committed Jul 16, 2024
1 parent 7bd5b96 commit 46d0af2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: python-package-distributions
path: dist/
path: |
dist/*.whl
dist/*.tar.gz
publish-to-pypi:
name: >-
Expand Down

0 comments on commit 46d0af2

Please sign in to comment.