Skip to content

Commit

Permalink
rm numpy.distutils.core (deprecated) Pt.7 --> v0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thierrymoudiki committed Jan 28, 2024
1 parent 44259b1 commit 3c84b50
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: python setup.py sdist

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

0 comments on commit 3c84b50

Please sign in to comment.