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

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

fix: publish workflow
parents c8bb3d0e 6435b699
No related branches found
No related tags found
No related merge requests found
...@@ -44,7 +44,6 @@ jobs: ...@@ -44,7 +44,6 @@ jobs:
run: uv build run: uv build
- name: Publish to PyPI - name: Publish to PyPI
run: | run: |
uv config repositories.remote https://upload.pypi.org/legacy/ uv publish --binary --repository pypi --username "__token__" --password "$PYPI_API_TOKEN"
uv --no-interaction -v publish --build --repository remote --username "__token__" --password "$PYPI_API_TOKEN"
env: env:
PYPI_API_TOKEN: ${{ secrets.PYPI_API_TOKEN }} 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