Skip to content

Commit

Permalink
fox
Browse files Browse the repository at this point in the history
  • Loading branch information
laves committed Sep 19, 2024
1 parent 2592920 commit 4bb2a8b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-demos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:

# ************REMOVE AFTER RELEASE ***************
- name: build local binding
run: python3 -m pip install setuptools && python3 -m pip install wheel && python3 -m setup sdist bdist_wheel
run: python3 -m setup sdist bdist_wheel
working-directory: binding/python
# ************REMOVE AFTER RELEASE ***************

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:

# ************REMOVE AFTER RELEASE ***************
- name: build local binding
run: python3 -m pip install setuptools && python3 -m pip install wheel && python3 -m setup sdist bdist_wheel
run: python3 -m setup sdist bdist_wheel
working-directory: binding/python
# ************REMOVE AFTER RELEASE ***************

Expand Down

0 comments on commit 4bb2a8b

Please sign in to comment.