Skip to content

Commit

Permalink
add pypi token
Browse files Browse the repository at this point in the history
  • Loading branch information
aborgna-q committed Apr 3, 2024
1 parent 4bf403b commit e013d14
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/python-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,5 @@ jobs:
run: |
cd ${{ matrix.package }}
poetry config repositories.test-pypi https://test.pypi.org/legacy/
poetry config pypi-token.test-pypi ${{ secrets.PYPI_TEST_PUBLISH }}
poetry publish -r test-pypi --dist-dir ../dist

0 comments on commit e013d14

Please sign in to comment.