Skip to content

Commit 43bb2f2

Browse files
authored
Update _release.yml
1 parent 27a22c0 commit 43bb2f2

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/_release.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -174,9 +174,7 @@ jobs:
174174
- test-pypi-publish
175175
- pre-release-checks
176176
environment: Scheduled testing publish
177-
runs-on: ubuntu-latest
178-
permissions:
179-
id-token: write # This is required for requesting the JWT
177+
runs-on: ubuntu-latest
180178

181179
defaults:
182180
run:
@@ -205,6 +203,7 @@ jobs:
205203
packages-dir: ${{ inputs.working-directory }}/dist/
206204
verbose: true
207205
print-hash: true
206+
user: __token__
208207
password: ${{ secrets.PYPI_API_TOKEN }}
209208
# We overwrite any existing distributions with the same name and version.
210209
# This is *only for CI use* and is *extremely dangerous* otherwise!

0 commit comments

Comments
 (0)