Skip to content

Commit

Permalink
Update python-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sndmndss authored May 2, 2024
1 parent c69f93e commit 9f62bb0
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ jobs:
run: poetry build
- name: Publish package
env:
PYPI_USERNAME: ${{secrets.PYPI_USERNAME}}
PYPI_PASSWORD: ${{secrets.PYPI_PASSWORD}}
run: poetry publish -vvv --build --username $PYPI_USERNAME --password $PYPI_PASSWORD
PYPI_PASSWORD: ${{secrets.PYPI_TOKEN}}
run: |
poetry config pypi-token.pypi $PYPI_TOKEN
poetry publish

0 comments on commit 9f62bb0

Please sign in to comment.