We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5844bf0 commit a388543Copy full SHA for a388543
.github/workflows/release.yml
@@ -42,7 +42,7 @@ jobs:
42
uses: pypa/gh-action-pypi-publish@release/v1
43
with:
44
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
45
- repository-url: 'https://test.pypi.org/legacy/' }}
+ repository-url: 'https://test.pypi.org/legacy/'
46
47
- name: Bump version to next candidate
48
run: |
0 commit comments