Skip to content

Commit fd6977f

Browse files
authored
fix: ci venv (#28)
1 parent 6a1f5a9 commit fd6977f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ jobs:
8080
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
8181
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
8282
run: |
83+
uv venv
8384
uv pip install build twine
8485
uv run python -m build
8586
uv run twine upload dist/*

0 commit comments

Comments
 (0)