We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07cedd2 commit bf98923Copy full SHA for bf98923
.github/workflows/publish-to-pypi.yml
@@ -27,7 +27,6 @@ jobs:
27
run: |
28
proj_version=$(poetry version -s)
29
echo ::set-output name=PROJ_VERSION::$proj_version
30
- poetry update
31
poetry publish --build -u __token__ -p $PYPI_TOKEN
32
env:
33
PYPI_TOKEN: ${{ secrets.PYPI_API_TOKEN }}
0 commit comments