Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
laves committed Sep 19, 2024
1 parent fc96d9f commit 447a176
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 @@ -52,7 +52,7 @@ jobs:
# ************REMOVE AFTER RELEASE ***************
- name: build local binding
run: python3 -m pip install setuptools && python3 -m pip install wheel && python3 setup.py sdist bdist_wheel
run: python3 -m pip install setuptools && python3 -m pip install wheel && 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 @@ -60,7 +60,7 @@ jobs:
# ************REMOVE AFTER RELEASE ***************
- name: build local binding
run: python3 -m pip install setuptools && python3 -m pip install wheel && python3 setup.py sdist bdist_wheel
run: python3 -m pip install setuptools && python3 -m pip install wheel && python3 -m setup sdist bdist_wheel
working-directory: binding/python
# ************REMOVE AFTER RELEASE ***************

Expand Down

0 comments on commit 447a176

Please sign in to comment.