Skip to content

Commit e1a1fac

Browse files
committed
ci: fixed rule
1 parent 1f4bbc3 commit e1a1fac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish_whl.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
python setup.py bdist_wheel ${{ github.ref_name }}
5050
5151
- name: Publish distribution 📦 to PyPI
52-
uses: pypa/gh-action-pypi-publish@release/v1.13.0
52+
uses: pypa/gh-action-pypi-publish@release/v1
5353
with:
5454
password: ${{ secrets.PYPI_API_TOKEN }}
5555
packages_dir: dist/

0 commit comments

Comments
 (0)