We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fe67b6 commit c8e6b13Copy full SHA for c8e6b13
.github/workflows/deploy.yml
@@ -18,14 +18,12 @@ jobs:
18
- uses: actions/checkout@v4
19
with:
20
fetch-depth: 0
21
- - name: Install uv
22
- uses: astral-sh/setup-uv@v6
+ - uses: actions/setup-python@v5
23
24
- enable-cache: true
25
python-version: ${{ env.PYTHON_VERSION }}
26
- name: Build
27
run: |
28
- uv pip install --system build
+ pip install build
29
python -m build --wheel
30
- name: Publish package to TestPyPI
31
uses: pypa/gh-action-pypi-publish@release/v1
0 commit comments