updated due to master branch sunset

This commit is contained in:
JanLJL
2022-09-28 11:00:39 +02:00
parent a04bc833ed
commit 4a15a9817a

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@release/v1.5.1
uses: pypa/gh-action-pypi-publish@release/v1
with:
skip_existing: true
user: __token__