Skip to content

Commit 6b39af5

Browse files
committed
try another python build variant
1 parent 5441734 commit 6b39af5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,12 @@ jobs:
3636
auto-update-conda: true
3737
environment-file: .github/environment.yml
3838

39-
- name: Install pipx
39+
- name: Install build
4040
run: |
41-
mamba install -y pipx
41+
pip install build
4242
4343
- name: Build sdist
44-
run: python -m pipx run build --sdist
44+
run: python -m build --sdist -n
4545

4646
- uses: actions/upload-artifact@v4
4747
with:

0 commit comments

Comments
 (0)