Skip to content

Commit 321a6b3

Browse files
author
Tim Schneider
committed
Fixed pypa/gh-action-pypi-publish action to release/v1
1 parent 86418ed commit 321a6b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,6 @@ jobs:
4949
unzip wheels/libfranka_0-12-1_wheels.zip
5050
5151
- name: Publish python package
52-
uses: pypa/gh-action-pypi-publish@master
52+
uses: pypa/gh-action-pypi-publish@release/v1
5353
with:
5454
password: ${{ secrets.PYPI_TOKEN }}

0 commit comments

Comments
 (0)