Skip to content

Commit

Permalink
Trying secret
Browse files Browse the repository at this point in the history
  • Loading branch information
santanusinha committed Apr 5, 2024
1 parent ec47549 commit 4b69f02
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pypi-test-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
jobs:
deploy:
runs-on: ubuntu-latest

permissions:
# This permission is required for trusted publishing.
id-token: write
Expand Down Expand Up @@ -39,4 +39,4 @@ jobs:

- name: Publish the package with poetry
run: |
poetry publish -u __token__ -p '${{ steps.mint.outputs.api-token }}'
poetry publish -u __token__ -p '${{ secrets.PUBLISH_REGISTRY_PASSWORD }}'

0 comments on commit 4b69f02

Please sign in to comment.