publish to pypi (#2980)

This commit is contained in:
Liudmila Molkova
2024-11-07 16:31:14 -08:00
committed by GitHub
parent 781fdd247f
commit 3a21b9deb7

View File

@ -102,9 +102,9 @@ jobs:
- name: Publish to PyPI
env:
TWINE_USERNAME: '__token__'
TWINE_PASSWORD: ${{ secrets.test_pypi_token }}
TWINE_PASSWORD: ${{ secrets.pypi_password }}
run: |
twine upload --repository testpypi --skip-existing --verbose dist/*
twine upload --skip-existing --verbose dist/*
- name: Generate release notes
env: