We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0932647 commit 1fc722dCopy full SHA for 1fc722d
1 file changed
.github/workflows/publish.yml
@@ -82,7 +82,7 @@ jobs:
82
mv dist_flat dist
83
ls -lrth dist
84
poetry config repositories.testpypi https://test.pypi.org/legacy/
85
- echo poetry publish -r testpypi -u __token__ -p ${{ secrets.TESTPYPI_API_TOKEN }}
+ poetry publish -r testpypi -u __token__ -p ${{ secrets.TESTPYPI_API_TOKEN }}
86
87
publish:
88
name: Publish to PyPI
@@ -115,4 +115,4 @@ jobs:
115
rm -rf dist
116
117
118
- echo poetry publish -u __token__ -p ${{ secrets.PYPI_API_TOKEN }}
+ poetry publish -u __token__ -p ${{ secrets.PYPI_API_TOKEN }}
0 commit comments