Skip to content

Commit

Permalink
Update python-publish.yml
Browse files Browse the repository at this point in the history
Update pip before build
  • Loading branch information
hentt30 committed Feb 19, 2022
1 parent 2ec4aff commit ea12e73
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: Build and upload to PyPI

env:
CIBW_BUILD: cp36-* cp37-* cp38-* cp39-*
CIBW_BEFORE_BUILD: pip install --upgrade pip
CIBW_BEFORE_TEST: pip install --upgrade pip && pip install pytest && pip install -r requirements.txt
CIBW_TEST_COMMAND: pytest {package}/tests

Expand Down

0 comments on commit ea12e73

Please sign in to comment.