Skip to content

Commit

Permalink
add secret token to release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Krsto Proroković committed Apr 16, 2024
1 parent 02f0191 commit 83521f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ jobs:
# poetry config virtualenvs.path .virtualenvs
- name: Publish to PyPI
run: poetry publish --build --username "__token__" --password ?
run: poetry publish --build --username "__token__" --password ${{ secrets.PIPY_TOKEN }}

0 comments on commit 83521f9

Please sign in to comment.