Skip to content

Commit

Permalink
ci: try using PYPI_PUSH_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
jnicoulaud-ledger committed Oct 10, 2024
1 parent ec893b9 commit bbd729b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,5 +68,5 @@ jobs:
timeout-minutes: 10
env:
PDM_PUBLISH_USERNAME: __token__
PDM_PUBLISH_PASSWORD: ${{ secrets.PYPI_FULL_ACCESS_TOKEN }}
PDM_PUBLISH_PASSWORD: ${{ secrets.PYPI_PUSH_TOKEN }}
run: pdm publish --no-build

0 comments on commit bbd729b

Please sign in to comment.