Skip to content

Commit

Permalink
Use pipx instead of manually calling setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
aMarcireau committed Nov 6, 2023
1 parent c57a951 commit 4ebbe6a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish_python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/setup-python@v4
with:
python-version: '3.12'
- run: python setup.py sdist
- run: pipx run build --sdist
working-directory: python
- uses: actions/upload-artifact@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: actions/setup-python@v4
with:
python-version: '3.12'
- run: python setup.py sdist
- run: pipx run build --sdist
working-directory: python
- uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 4ebbe6a

Please sign in to comment.