Skip to content

Commit

Permalink
Try to publish to PyPi proper
Browse files Browse the repository at this point in the history
  • Loading branch information
knutwannheden committed Aug 29, 2024
1 parent 881e3d9 commit 7adf6f7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,7 @@ jobs:
rm -rf .venv
poetry install --no-interaction --no-ansi
poetry build
poetry config repositories.test-pypi https://test.pypi.org/legacy/
poetry publish --repository test-pypi --username __token__ --password ${{ secrets.PYPI_TOKEN }}
poetry publish --username __token__ --password ${{ secrets.PYPI_TOKEN }}
- name: set-up-jdk
uses: actions/setup-java@v4
Expand Down

0 comments on commit 7adf6f7

Please sign in to comment.