Skip to content

Commit 6284c70

Browse files
committed
pipx build command
1 parent 5040be7 commit 6284c70

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/python-package-conda.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ jobs:
126126
- name: Build sdist
127127
run: |
128128
source ${{ env.ONEAPI_ROOT }}/setvars.sh
129-
python -m build --sdist
129+
pipx run build --sdist
130130
131131
- uses: actions/upload-artifact@v4
132132
with:

0 commit comments

Comments
 (0)