Skip to content

Commit

Permalink
👷 Set PyPi token in release action
Browse files Browse the repository at this point in the history
  • Loading branch information
michprev committed Dec 11, 2023
1 parent b48a00c commit 42d24bc
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,11 @@ jobs:
- name: Build
run: poetry build

- name: Set up PyPi token
run: poetry config pypi-token.pypi ${{ secrets.PYPI_DEPLOY_TOKEN }}

- name: Upload to PyPI
run: poetry publish # TODO AUTH
run: poetry publish

docker:
needs: build
Expand Down

0 comments on commit 42d24bc

Please sign in to comment.