Skip to content

Commit

Permalink
Merge pull request #336 from MJedr/fix-3
Browse files Browse the repository at this point in the history
fix release
  • Loading branch information
MJedr authored Aug 4, 2023
2 parents 6877089 + d3b917a commit db1e1f4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,9 @@ jobs:

- name: Install python dependencies
run: |
pip2 install --user --upgrade pip
pip2 --no-cache-dir install --user setuptools wheel coveralls check-manifest
pip2 --no-cache-dir install --user -e .[tests]
pip install --user --upgrade pip
pip --no-cache-dir install --user setuptools wheel coveralls check-manifest
pip --no-cache-dir install --user -e .[tests]
- name: Build package
run: python setup.py sdist bdist_wheel
Expand Down

0 comments on commit db1e1f4

Please sign in to comment.