updated due to master branch sunset

This commit is contained in:
JanLJL
2022-09-28 10:59:16 +02:00
parent 24de7a762b
commit 907f64d452

View File

@@ -34,7 +34,7 @@ jobs:
python setup.py build sdist bdist_wheel
- name: Publish to PyPI
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
uses: pypa/gh-action-pypi-publish@master
uses: pypa/gh-action-pypi-publish@release/v1.5.1
with:
skip_existing: true
user: __token__