Skip to content

Commit 8217af6

Browse files
committed
ci: correct PyPi test upload
1 parent 4e9a4c9 commit 8217af6

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,7 @@ jobs:
7373

7474
- name: Build and publish
7575
env:
76-
TWINE_USERNAME: __token__
77-
TWINE_PASSWORD: ${{ secrets.TEST_PYPI_PASSWORD }}
76+
PYPI_TOKEN: ${{ secrets.TEST_PYPI_PASSWORD }}
7877
run: |
79-
poetry config pypi-token.pypi $TEST_PYPI_PASSWORD
78+
poetry config pypi-token.pypi $PYPI_TOKEN
8079
poetry publish --build

0 commit comments

Comments
 (0)