Skip to content

Commit ee7d611

Browse files
committed
update release github action
1 parent 3c08c92 commit ee7d611

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ jobs:
2424
2525
- name: Build and publish package
2626
env:
27-
TWINE_USERNAME: ${{ secrets.PYPI_STACUTILS_USERNAME }}
28-
TWINE_PASSWORD: ${{ secrets.PYPI_STACUTILS_PASSWORD }}
27+
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
28+
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
2929
run: |
3030
python setup.py sdist bdist_wheel
3131
twine upload dist/*

0 commit comments

Comments
 (0)