Skip to content

Commit ba0be7b

Browse files
committed
use release tag for pypi upload action.
1 parent 7f81ada commit ba0be7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-package-conda.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ jobs:
138138
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
139139

140140
- name: pypi-publish
141-
uses: pypa/gh-action-pypi-publish@v1
141+
uses: pypa/gh-action-pypi-publish@release/v1
142142
with:
143143
user: __token__
144144
password: ${{ secrets.PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)