Skip to content

Commit 2120bee

Browse files
committed
fix pypi credentials
1 parent 0d35d98 commit 2120bee

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ jobs:
5757
- name: Publish to pypi
5858
run: |
5959
poetry config repositories.remote https://upload.pypi.org/legacy/
60-
poetry --no-interaction -v publish --build --repository remote --username "$PYPI_USERNAME" --password "$PYPI_PASSWORD"
60+
poetry --no-interaction -v publish --build --repository remote --username __token__ --password "$PYPI_PASSWORD"
6161
env:
62-
PYPI_USERNAME: ${{ secrets.PYPI_USERNAME }}
6362
PYPI_PASSWORD: ${{ secrets.PYPI_PASSWORD }}

0 commit comments

Comments
 (0)