Skip to content

Commit 8cf3b04

Browse files
committed
use env python
1 parent 3689a42 commit 8cf3b04

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,14 +41,15 @@ jobs:
4141
mamba install -y pipx
4242
4343
- name: Build sdist
44-
run: pipx run build --sdist
44+
run: python -m pipx run build --sdist
4545

4646
- uses: actions/upload-artifact@v4
4747
with:
4848
name: cibw-sdist
4949
path: dist/*.tar.gz
5050

5151
upload_pypi:
52+
name: Upload to PyPI
5253
needs: [build_sdist]
5354
runs-on: ubuntu-latest
5455
environment: test

0 commit comments

Comments
 (0)