Skip to content

Commit f093f44

Browse files
author
mkudlej
authored
Merge pull request 3scale-qe#150 from mkudlej/fix_gh_release_action
fix branch used gh action
2 parents 92c39da + 67ba3fc commit f093f44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ jobs:
1616
- name: build
1717
run: python setup.py --release-version ${GITHUB_REF#refs/tags/v} sdist bdist_wheel
1818
- name: release
19-
uses: pypa/gh-action-pypi-publish@master
19+
uses: pypa/gh-action-pypi-publish@release/v1
2020
with:
2121
password: ${{ secrets.PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)