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

Commit c64057a

Browse files
authored
Merge pull request #6 from AllenCellModeling/bugfix/publish-workflow
Upgrade publish action
2 parents 52c9087 + fabcaf1 commit c64057a

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)