We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aed79a8 commit 89c5681Copy full SHA for 89c5681
.github/workflows/continous_deployment.yml
@@ -22,7 +22,6 @@ jobs:
22
version=$(poetry version | awk '{print $2}') &&
23
poetry version $version.dev.$(date +%s)
24
- run: poetry build
25
- - uses: pypa/gh-action-pypi-publish@v1.0.0a0
+ - uses: pypa/gh-action-pypi-publish@release/v1
26
with:
27
- user: __token__
28
- password: ${{ secrets.PYPI_TOKEN }}
+ password: ${{ secrets.PYPI_API_TOKEN }}
0 commit comments