diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 0cb360c..e334275 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -55,7 +55,6 @@ jobs: run: | curl -LsSf https://astral.sh/uv/install.sh | sh echo "$HOME/.cargo/bin" >> $GITEA_PATH - uv pip install --system build twine - name: Publish to PyPI env: @@ -63,6 +62,7 @@ jobs: TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }} run: | uv venv .venv + uv pip install --system build twine source .venv/bin/activate uv run python -m build uv run python -m twine upload dist/*