There was an error while loading. Please reload this page.
1 parent 4ac50a6 commit 1237568Copy full SHA for 1237568
1 file changed
.github/workflows/pypi.yml
@@ -22,6 +22,6 @@ jobs:
22
run: |
23
python -m build --sdist --wheel --outdir dist/ .
24
- name: Publish distribution to PyPI
25
- uses: pypa/gh-action-pypi-publish@2f6f737ca5f74c637829c0f5c3acd0e29ea5e8bf1
+ uses: pypa/gh-action-pypi-publish@81e9d935c883d0b210363ab89cf05f3894778450
26
with:
27
password: ${{ secrets.PYPI_TOKEN }}
0 commit comments