Skip to content

Commit b6a6f75

Browse files
author
Liudmila Molkova
authored
publish to pypi (#2980) (#2987)
1 parent 66a6780 commit b6a6f75

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/package-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,9 +102,9 @@ jobs:
102102
- name: Publish to PyPI
103103
env:
104104
TWINE_USERNAME: '__token__'
105-
TWINE_PASSWORD: ${{ secrets.test_pypi_token }}
105+
TWINE_PASSWORD: ${{ secrets.pypi_password }}
106106
run: |
107-
twine upload --repository testpypi --skip-existing --verbose dist/*
107+
twine upload --skip-existing --verbose dist/*
108108
109109
- name: Generate release notes
110110
env:

0 commit comments

Comments
 (0)