We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e12b506 commit aedc1dcCopy full SHA for aedc1dc
.github/workflows/release.yml
@@ -8,6 +8,6 @@ jobs:
8
if: github.event_name == 'release' && github.event.action == 'published'
9
uses: synodic-software/.github/.github/workflows/python-publish.yml@stable
10
with:
11
- repository_url: https://pypi.org/
+ repository_url: https://upload.pypi.org/legacy/
12
secrets:
13
token: ${{ secrets.PYPI_API_TOKEN }}
0 commit comments