Skip to content

Commit b691090

Browse files
authored
Update cd.yml
1 parent a2fe295 commit b691090

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ jobs:
4747
4848
- name: Publish to PyPI
4949
env:
50-
TWINE_USERNAME: ${{ secrets.PYPI_USER }}
51-
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
50+
TWINE_USERNAME: ${{ secrets.PYPI_API_USER }}
51+
TWINE_PASSWORD: ${{ secrets.PYPI_API_TOKEN }}
5252
run: twine upload --skip-existing dist/*
5353

5454
- name: Publish to Docker Hub

0 commit comments

Comments
 (0)