Skip to content

Commit

Permalink
publish to pypi (#2980)
Browse files Browse the repository at this point in the history
  • Loading branch information
lmolkova authored Nov 8, 2024
1 parent 781fdd2 commit 3a21b9d
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 3a21b9d

Please sign in to comment.