We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 990b4d1 commit 3cb7697Copy full SHA for 3cb7697
1 file changed
.github/workflows/python-release.yml
@@ -122,7 +122,6 @@ jobs:
122
- name: Publish PyPI
123
working-directory: ${{ env.PACKAGE_DIR }}
124
run: |
125
- poetry config repositories.test-pypi https://test.pypi.org/legacy/
126
poetry publish -r test-pypi -v -n
127
128
- name: Clear the repo untracked files
0 commit comments