Skip to content

Commit

Permalink
Try this
Browse files Browse the repository at this point in the history
  • Loading branch information
qTipTip committed Feb 9, 2024
1 parent 1203df0 commit f9a7ddd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-to-pypi-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:

- name: Build
run: |
poetry config repositories.test-pypi https://test.pypi.org/legacy/
poetry build
- name: Mint token
Expand All @@ -35,5 +36,4 @@ jobs:

- name: Publish the package with poetry
run: |
poetry config repositories.test-pypi https://test.pypi.org/legacy/
poetry publish -u __token__ -p '${{ steps.mint.outputs.api-token }}' -r test-pypi

0 comments on commit f9a7ddd

Please sign in to comment.