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

fix: publish workflow

parent 6435b699
No related branches found
No related tags found
Loading
......@@ -44,6 +44,6 @@ jobs:
run: uv build
- name: Publish to PyPI
run: |
uv publish --binary --repository pypi --username "__token__" --password "$PYPI_API_TOKEN"
uv publish --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