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 e2c404b commit 6a99d95Copy full SHA for 6a99d95
.github/workflows/release-pypi.yml
@@ -29,6 +29,7 @@ jobs:
29
ls -lh dist/
30
31
- name: Upload to release
32
+ if: startsWith(github.event.ref, 'refs/tags') || github.event_name == 'release'
33
uses: svenstaro/upload-release-action@v2
34
with:
35
repo_token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments