Skip to content
Snippets Groups Projects
Unverified Commit b16b85f1 authored by James Briggs's avatar James Briggs Committed by GitHub
Browse files

Merge pull request #544 from aurelio-labs/chore/v0.1.0

fix: publish workflow
parents 2c8ac73a 656db0a7
No related branches found
No related tags found
No related merge requests found
......@@ -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