Skip to content

Commit d0a3f4c

Browse files
authored
Merge pull request #60 from WSOFT-Project/develop
行ってこい
2 parents 49831a7 + 303d131 commit d0a3f4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
run: |
2929
python3 setup.py sdist --formats=zip
3030
- name: Publish a Python distribution to PyPI
31-
uses: pypa/gh-action-pypi-publish@master
31+
uses: pypa/gh-action-pypi-publish@release/v1
3232
with:
3333
user: __token__
3434
password: ${{ secrets.PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)