Skip to content

Commit 9edb271

Browse files
committed
Project init
1 parent 27bad12 commit 9edb271

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
run: poetry install
2121
- name: Build package
2222
run: poetry build
23-
# - name: Publish to PyPI
24-
# env:
25-
# PYPI_API_TOKEN: ${{ secrets.PYPI_API_TOKEN }}
26-
# run: poetry publish --username __token__ --password $PYPI_API_TOKEN
23+
- name: Publish to PyPI
24+
env:
25+
PYPI_API_TOKEN: ${{ secrets.PYPI_API_TOKEN }}
26+
run: poetry publish --username __token__ --password $PYPI_API_TOKEN

0 commit comments

Comments
 (0)