Skip to content

Commit

Permalink
update pypi token
Browse files Browse the repository at this point in the history
  • Loading branch information
laixintao committed Sep 29, 2023
1 parent 8f62b9d commit 23ea07d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Upload to Pypi
env:
PASSWORD: ${{ secrets.PYPI_TOKEN }}
PASSWORD: ${{ secrets.FLAMESHOW_PYPI_TOKEN }}
run: |
. venv/bin/activate
poetry publish --username __token__ --password ${PASSWORD}

0 comments on commit 23ea07d

Please sign in to comment.