We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 062abbd commit 543d0ffCopy full SHA for 543d0ff
.github/workflows/ci.yml
@@ -58,7 +58,7 @@ jobs:
58
python-version: 3.7
59
# Pip doesn't support building a sdist when in PEP517 mode, so use a dedicated package for this
60
- run: pip install build && python -m build --sdist --wheel
61
- - uses: pypa/gh-action-pypi-publish@master
+ - uses: pypa/gh-action-pypi-publish@release/v1
62
with:
63
user: phylliadebot
64
password: ${{ secrets.phylliadebot_pass }}
0 commit comments