Skip to content

Commit 1fc722d

Browse files
committed
ci: Allow publisihing to testpypi and pypi in workflow.
1 parent 0932647 commit 1fc722d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
mv dist_flat dist
8383
ls -lrth dist
8484
poetry config repositories.testpypi https://test.pypi.org/legacy/
85-
echo poetry publish -r testpypi -u __token__ -p ${{ secrets.TESTPYPI_API_TOKEN }}
85+
poetry publish -r testpypi -u __token__ -p ${{ secrets.TESTPYPI_API_TOKEN }}
8686
8787
publish:
8888
name: Publish to PyPI
@@ -115,4 +115,4 @@ jobs:
115115
rm -rf dist
116116
mv dist_flat dist
117117
ls -lrth dist
118-
echo poetry publish -u __token__ -p ${{ secrets.PYPI_API_TOKEN }}
118+
poetry publish -u __token__ -p ${{ secrets.PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)