Skip to content

Commit 83521f9

Browse files
author
Krsto Proroković
committed
add secret token to release.yml
1 parent 02f0191 commit 83521f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ jobs:
2020
# poetry config virtualenvs.path .virtualenvs
2121
2222
- name: Publish to PyPI
23-
run: poetry publish --build --username "__token__" --password ?
23+
run: poetry publish --build --username "__token__" --password ${{ secrets.PIPY_TOKEN }}

0 commit comments

Comments
 (0)