We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55db1ac commit c6a6b9fCopy full SHA for c6a6b9f
.github/workflows/deploy-to-pypi.yml
@@ -35,7 +35,7 @@ jobs:
35
- name: upload release asset
36
env:
37
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
38
- run: gh release upload --repo ${{ github.repository_owner }}/${{ github.event.repository.name }} ${{ github.ref_name }} "dist/${{ github.event.repository.name }}-${{ github.ref_name }}.tar.gz"
+ run: gh release upload --repo ${{ github.repository_owner }}/${{ github.event.repository.name }} ${{ github.ref_name }} dist/*.tar.gz
39
40
- name: Deploy to PyPI
41
uses: pypa/gh-action-pypi-publish@release/v1
0 commit comments