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 45462da commit 6a102dcCopy full SHA for 6a102dc
.github/workflows/continous_deployment.yml
@@ -22,6 +22,4 @@ 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@release/v1
26
- with:
27
- password: ${{ secrets.PYPI_API_TOKEN }}
+ - run: poetry publish --username=__token__ --password=${{ secrets.PYPI_TOKEN }}
0 commit comments