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 66c4cdf commit 9482202
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ jobs:

- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install flit wheel setuptools twine
python3 -m pip install --upgrade pip
pip3 install wheel setuptools twine
- name: Build distribution
run: flit build
run: python3 setup.py sdist

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

0 comments on commit 9482202

Please sign in to comment.