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 982b84f commit 19fe365Copy full SHA for 19fe365
.github/workflows/python.yml
@@ -48,9 +48,13 @@ jobs:
48
49
- name: Build package
50
run: python -m build
51
+ env:
52
+ PIP_TRUSTED_HOST: "pypi.python.org pypi.org files.pythonhosted.org"
53
54
- name: Publish package
55
uses: pypa/gh-action-pypi-publish@release/v1
56
with:
57
user: __token__
- password: ${{ secrets.PYPI_API_TOKEN }}
58
+ password: ${{ secrets.PYPI_API_TOKEN }}
59
60
0 commit comments