Skip to content

Commit

Permalink
Merge pull request #31 from jpwsutton/fixing-publish-workflow
Browse files Browse the repository at this point in the history
fix: adding environment secret to publish workflow
  • Loading branch information
jpwsutton authored Dec 31, 2022
2 parents cc56142 + 8fbebd5 commit 497c2a1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,4 +69,6 @@ jobs:
# build and publish to pypi
#----------------------------------------------
- name: Publish project
env:
POETRY_PYPI_TOKEN_PYPI: ${{ secrets.POETRY_PYPI_TOKEN_PYPI }}
run: poetry publish

0 comments on commit 497c2a1

Please sign in to comment.