We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3eecf42 commit 1c0f503Copy full SHA for 1c0f503
.github/workflows/pypi.yaml
@@ -21,7 +21,8 @@ jobs:
21
python-version: 3.8
22
- name: Build a source tarball
23
run: python setup.py sdist
24
- - name: Publish distribution 📦 to PyPI
25
- uses: pypa/gh-action-pypi-publish@master
+ - name: Publish a Python distribution to PyPI
+ uses: pypa/gh-action-pypi-publish@release/v1
26
with:
27
- password: ${{ secrets.pypi_password }}
+ user: __token__
28
+ password: ${{ secrets.PYPI_API_TOKEN }}
0 commit comments