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 1f4bbc3 commit e1a1facCopy full SHA for e1a1fac
1 file changed
.github/workflows/publish_whl.yml
@@ -49,7 +49,7 @@ jobs:
49
python setup.py bdist_wheel ${{ github.ref_name }}
50
51
- name: Publish distribution 📦 to PyPI
52
- uses: pypa/gh-action-pypi-publish@release/v1.13.0
+ uses: pypa/gh-action-pypi-publish@release/v1
53
with:
54
password: ${{ secrets.PYPI_API_TOKEN }}
55
packages_dir: dist/
0 commit comments