Skip to content

Commit c49ef62

Browse files
author
Theofilos Manitaras
committed
Use release/v1 version for the publish gh action
1 parent ec6acac commit c49ef62

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)