Skip to content

Commit

Permalink
CI: Fix PyPi publish CI (#3750)
Browse files Browse the repository at this point in the history
  • Loading branch information
math-fehr authored Jan 13, 2025
1 parent c5a4d43 commit 29266f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pythonpublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ jobs:

- name: Build and publish
run: |
uvx --with setuptools --with wheel setup.py sdist bdist_wheel
uv run --no-project --with setuptools --with wheel setup.py sdist bdist_wheel
uvx twine upload -u __token__ -p ${{ secrets.PYPI_XDSL_TOKEN }} dist/*

0 comments on commit 29266f4

Please sign in to comment.