mirror of
https://github.com/RRZE-HPC/OSACA.git
synced 2025-12-15 16:40:05 +01:00
updated due to master branch sunset
This commit is contained in:
2
.github/workflows/test-n-publish.yml
vendored
2
.github/workflows/test-n-publish.yml
vendored
@@ -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__
|
||||
|
||||
Reference in New Issue
Block a user