Skip to content
This repository was archived by the owner on Dec 1, 2025. It is now read-only.

Commit fabcaf1

Browse files
committed
Upgrade publish action
1 parent 52c9087 commit fabcaf1

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
@@ -22,7 +22,7 @@ jobs:
2222
run: |
2323
python setup.py sdist bdist_wheel
2424
- name: Publish to PyPI
25-
uses: pypa/gh-action-pypi-publish@master
25+
uses: pypa/gh-action-pypi-publish@release/v1
2626
with:
2727
user: aicspypi
2828
password: ${{ secrets.PYPI_TOKEN }}

0 commit comments

Comments
 (0)