Skip to content

Commit 6a102dc

Browse files
Update continous_deployment.yml
1 parent 45462da commit 6a102dc

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/continous_deployment.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,4 @@ jobs:
2222
version=$(poetry version | awk '{print $2}') &&
2323
poetry version $version.dev.$(date +%s)
2424
- run: poetry build
25-
- uses: pypa/gh-action-pypi-publish@release/v1
26-
with:
27-
password: ${{ secrets.PYPI_API_TOKEN }}
25+
- run: poetry publish --username=__token__ --password=${{ secrets.PYPI_TOKEN }}

0 commit comments

Comments
 (0)