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 27a22c0 commit 43bb2f2Copy full SHA for 43bb2f2
.github/workflows/_release.yml
@@ -174,9 +174,7 @@ jobs:
174
- test-pypi-publish
175
- pre-release-checks
176
environment: Scheduled testing publish
177
- runs-on: ubuntu-latest
178
- permissions:
179
- id-token: write # This is required for requesting the JWT
+ runs-on: ubuntu-latest
180
181
defaults:
182
run:
@@ -205,6 +203,7 @@ jobs:
205
203
packages-dir: ${{ inputs.working-directory }}/dist/
206
204
verbose: true
207
print-hash: true
+ user: __token__
208
password: ${{ secrets.PYPI_API_TOKEN }}
209
# We overwrite any existing distributions with the same name and version.
210
# This is *only for CI use* and is *extremely dangerous* otherwise!
0 commit comments