Skip to content

Commit 543d0ff

Browse files
committed
Fix pypi publish
1 parent 062abbd commit 543d0ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
python-version: 3.7
5959
# Pip doesn't support building a sdist when in PEP517 mode, so use a dedicated package for this
6060
- run: pip install build && python -m build --sdist --wheel
61-
- uses: pypa/gh-action-pypi-publish@master
61+
- uses: pypa/gh-action-pypi-publish@release/v1
6262
with:
6363
user: phylliadebot
6464
password: ${{ secrets.phylliadebot_pass }}

0 commit comments

Comments
 (0)