Skip to content

Commit

Permalink
Add api token to publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
cherbel committed Jan 20, 2024
1 parent ac042fc commit 3a15bd4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish-python-sdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,5 @@ jobs:
poetry build
- name: Publish Package to PYPI
run: |
poetry config pypi-token.pypi ${{ secrets.REBUFF_PYPI_API_TOKEN }}
poetry publish

0 comments on commit 3a15bd4

Please sign in to comment.