We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e883b1 commit 45bd046Copy full SHA for 45bd046
.github/workflows/pypi_push.yaml
@@ -35,5 +35,4 @@ jobs:
35
- name: Publish package distributions to PyPI
36
uses: pypa/gh-action-pypi-publish@release/v1
37
with:
38
- repository-url: https://pypi.org/legacy/
39
- password: ${{ secrets.PYPI_API_TOKEN }}
+ password: ${{ secrets.PYPI_API_TOKEN }}
0 commit comments