Skip to content

Commit

Permalink
fix: pypi publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
pkucmus committed Oct 25, 2024
1 parent dc8672a commit 3a8ba24
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,9 @@ jobs:
run: >-
gh release download
'${{ github.ref_name }}'
-p '*.whl'
-p '*.tar.gz'
--dir dist/
--pattern *
--repo '${{ github.repository }}'
- name: Publish package distributions to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
Expand Down

0 comments on commit 3a8ba24

Please sign in to comment.