Skip to content

Commit

Permalink
Remove single quotes preventing path expansion
Browse files Browse the repository at this point in the history
  • Loading branch information
Bert-Proesmans authored and Weltschmerz-dev committed Oct 14, 2024
1 parent a7473cd commit 221a61f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pypi-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,4 +91,4 @@ jobs:
# `dist/` contains the built packages, and the
# sigstore-produced signatures and certificates.
run: >-
gh release upload '${{ github.ref_name }}' 'dist/**' --repo '${{ github.repository }}'
gh release upload '${{ github.ref_name }}' dist/** --repo '${{ github.repository }}'

0 comments on commit 221a61f

Please sign in to comment.