Skip to content
Snippets Groups Projects
Commit 6435b699 authored by James Briggs's avatar James Briggs
Browse files

fix: publish workflow

parent 4cc281e8
No related branches found
No related tags found
No related merge requests found
......@@ -44,7 +44,6 @@ jobs:
run: uv build
- name: Publish to PyPI
run: |
uv config repositories.remote https://upload.pypi.org/legacy/
uv --no-interaction -v publish --build --repository remote --username "__token__" --password "$PYPI_API_TOKEN"
uv publish --binary --repository pypi --username "__token__" --password "$PYPI_API_TOKEN"
env:
PYPI_API_TOKEN: ${{ secrets.PYPI_API_TOKEN }}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment