We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a1f5a9 commit fd6977fCopy full SHA for fd6977f
.github/workflows/ci.yaml
@@ -80,6 +80,7 @@ jobs:
80
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
81
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
82
run: |
83
+ uv venv
84
uv pip install build twine
85
uv run python -m build
86
uv run twine upload dist/*
0 commit comments