Skip to content

Commit

Permalink
Add PyPI token to publish action
Browse files Browse the repository at this point in the history
Signed-off-by: Moshi Binyamini <[email protected]>
  • Loading branch information
MoshiBin authored and glimchb committed Feb 6, 2023
1 parent 4bbd8f5 commit 74c1198
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ jobs:

- name: Publish to PyPI
run: poetry publish
env:
PYPI_TOKEN: ${{ secrets.PYPI_API_TOKEN }}

release-docker:
uses: ./.github/workflows/docker.yaml
Expand Down

0 comments on commit 74c1198

Please sign in to comment.