Skip to content

Commit 1de3c34

Browse files
authored
Merge pull request #374 from autoatml/naik-aakash-patch-1
Upgrade pypi release action
2 parents b059b96 + e460b6d commit 1de3c34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
pip install build
7070
python -m build
7171
- name: Publish package
72-
uses: pypa/gh-action-pypi-publish@v1.10.3
72+
uses: pypa/gh-action-pypi-publish@release/v1
7373
with:
7474
user: __token__
7575
password: ${{ secrets.PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)