Skip to content

Commit c3d5fce

Browse files
author
Theofilos Manitaras
authored
Merge pull request #2791 from teojgo/ci/publish_pypi_release_v1
[ci] Use release/v1 version for the publish gh action
2 parents 77b163c + e8f98e5 commit c3d5fce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
python -m pip install --upgrade pip setuptools build
1919
python -m build
2020
- name: Publish ReFrame to PyPI
21-
uses: pypa/gh-action-pypi-publish@master
21+
uses: pypa/gh-action-pypi-publish@release/v1
2222
with:
2323
verbose: true
2424
user: __token__

0 commit comments

Comments
 (0)