Skip to content

Commit 1c0f503

Browse files
committed
hot fix
1 parent 3eecf42 commit 1c0f503

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/pypi.yaml

+4-3
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ jobs:
2121
python-version: 3.8
2222
- name: Build a source tarball
2323
run: python setup.py sdist
24-
- name: Publish distribution 📦 to PyPI
25-
uses: pypa/gh-action-pypi-publish@master
24+
- name: Publish a Python distribution to PyPI
25+
uses: pypa/gh-action-pypi-publish@release/v1
2626
with:
27-
password: ${{ secrets.pypi_password }}
27+
user: __token__
28+
password: ${{ secrets.PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)