We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a5943a commit 51a03e3Copy full SHA for 51a03e3
.github/workflows/publish.yml
@@ -24,4 +24,4 @@ jobs:
24
- name: Publish to PYPI
25
run: |
26
poetry config pypi-token.pypi ${{ secrets.PYPI_API_TOKEN }}
27
- poetry publish --build -r test-pypi
+ poetry publish --build
0 commit comments