Skip to content

Commit

Permalink
Fix pypi publish
Browse files Browse the repository at this point in the history
  • Loading branch information
Phylliade committed Jul 28, 2024
1 parent 062abbd commit 543d0ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
python-version: 3.7
# Pip doesn't support building a sdist when in PEP517 mode, so use a dedicated package for this
- run: pip install build && python -m build --sdist --wheel
- uses: pypa/gh-action-pypi-publish@master
- uses: pypa/gh-action-pypi-publish@release/v1
with:
user: phylliadebot
password: ${{ secrets.phylliadebot_pass }}

0 comments on commit 543d0ff

Please sign in to comment.