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 855b8bd commit c69f93e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ jobs:
- name: Build package
run: poetry build
- name: Publish package
run: poetry publish -vvv --build --username $PYPI_USERNAME --password $PYPI_PASSWORD
env:
PYPI_USERNAME: ${{secrets.PYPI_USERNAME}}
PYPI_PASSWORD: ${{secrets.PYPI_PASSWORD}}
run: poetry publish -vvv --build --username $PYPI_USERNAME --password $PYPI_PASSWORD

0 comments on commit c69f93e

Please sign in to comment.