Skip to content

Commit 89c5681

Browse files
committed
:chore: Changed handling of test publishing
1 parent aed79a8 commit 89c5681

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/continous_deployment.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ 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@v1.0.0a0
25+
- uses: pypa/gh-action-pypi-publish@release/v1
2626
with:
27-
user: __token__
28-
password: ${{ secrets.PYPI_TOKEN }}
27+
password: ${{ secrets.PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)