We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0472720 + 8384ac1 commit 1640715Copy full SHA for 1640715
.github/workflows/cd.yml
@@ -136,6 +136,7 @@ jobs:
136
if: github.triggering_actor == 'mgkwill' || github.triggering_actor == 'PhilippPlank' || github.triggering_actor == 'tim-shea'
137
permissions:
138
contents: write
139
+ id-token: write
140
needs: [build-artifacts, test-artifact-install, test-artifact-use]
141
142
steps:
@@ -200,7 +201,7 @@ jobs:
200
201
echo "api-token=${api_token}" >> "${GITHUB_OUTPUT}"
202
203
- name: Publish to PyPI
- if: steps.check-version.outputs.prerelease != 'true'
204
+ # if: steps.check-version.outputs.prerelease != 'true'
205
env:
206
POETRY_PYPI_TOKEN_PYPI: ${{ steps.mint-token.outputs.api-token }}
207
run: |
0 commit comments