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 63b5d1d commit 0b88529Copy full SHA for 0b88529
.github/workflows/ci.yml
@@ -129,10 +129,8 @@ jobs:
129
name: Sign the Python 🐍 distribution 📦 with Sigstore and upload them to GitHub Release
130
if: github.repository_owner == 'sphinx-doc'
131
needs:
132
- - publish-to-pypi
+ - publish-to-pypi
133
runs-on: ubuntu-latest
134
- needs:
135
- - pypi-publish
136
environment: release
137
permissions:
138
contents: write # IMPORTANT: mandatory for making GitHub Releases
0 commit comments