Skip to content

Commit

Permalink
publish to pypi (#2980) (#2987)
Browse files Browse the repository at this point in the history
  • Loading branch information
lmolkova authored Nov 11, 2024
1 parent 66a6780 commit b6a6f75
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/package-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit b6a6f75

Please sign in to comment.