We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33419ef commit a6000c2Copy full SHA for a6000c2
.github/workflows/github-deploy.yml
@@ -85,10 +85,6 @@ jobs:
85
permissions:
86
# IMPORTANT: this permission is mandatory for trusted publishing
87
id-token: write
88
- # upload to PyPI on every tag starting with 'v'
89
- if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags/v')
90
- # alternatively, to publish when a GitHub Release is created, use the following rule:
91
- # if: github.event_name == 'release' && github.event.action == 'published'
92
steps:
93
- uses: actions/download-artifact@v4
94
with:
0 commit comments