Skip to content

Commit c6a6b9f

Browse files
committed
fix deploy
1 parent 55db1ac commit c6a6b9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-to-pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: upload release asset
3636
env:
3737
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"
38+
run: gh release upload --repo ${{ github.repository_owner }}/${{ github.event.repository.name }} ${{ github.ref_name }} dist/*.tar.gz
3939

4040
- name: Deploy to PyPI
4141
uses: pypa/gh-action-pypi-publish@release/v1

0 commit comments

Comments
 (0)