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

Merge branch 'main' into azure-openai-updates

parents 2e2ef06a b16b85f1
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 --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