Skip to content

Commit

Permalink
ghactions
Browse files Browse the repository at this point in the history
  • Loading branch information
wchatx committed Dec 5, 2021
1 parent 0be1220 commit 942df36
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,6 @@ jobs:
run: poetry install
- name: Publish
run: poetry publish --build --username $PYPI_USERNAME --password $PYPI_PASSWORD
env:
PYPI_USERNAME: ${{ secrets.PYPI_USERNAME }}
PYPI_PASSWORD: ${{ secrets.PYPI_PASSWORD }}

0 comments on commit 942df36

Please sign in to comment.