Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
thierrymoudiki committed Mar 20, 2024
1 parent 65fa22c commit 0b83b03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
pip install wheel setuptools twine
- name: Build distribution
run: python setup.py sdist bdist_wheel
run: python3 setup.py sdist bdist_wheel

- name: Run examples
run: pip install .&&find examples -maxdepth 2 -name "*.py" -exec python3 {} \;
Expand Down

0 comments on commit 0b83b03

Please sign in to comment.