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 cc1092f commit dbf6aabCopy full SHA for dbf6aab
.github/workflows/pypi_publish.yml
@@ -22,5 +22,6 @@ jobs:
22
- name: Publish Package
23
uses: pypa/gh-action-pypi-publish@release/v1
24
with:
25
+ repository-url: https://upload.pypi.org/legacy/
26
user: __token__
27
password: ${{ secrets.PYPI_API_TOKEN }}
0 commit comments