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 3eb6f46 commit 64e8575Copy full SHA for 64e8575
.github/workflows/main.yml
@@ -89,7 +89,7 @@ jobs:
89
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
90
run: |
91
gh release create ${{ github.ref_name }} --repo ${{ github.repository }} --verify-tag --generate-notes --title "Release ${{ github.ref_name }}"
92
- gh release upload ${{ github.ref_name }} --repo ${{ github.repository }} ${{ steps.download.outputs.download-path }}/dist/*
+ gh release upload ${{ github.ref_name }} --repo ${{ github.repository }} dist/*
93
94
95
- name: PyPI Publish package
0 commit comments