Skip to content

Commit

Permalink
Update python-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Kushaalkumar-pothula authored Aug 30, 2021
1 parent b85a17f commit 0a28427
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install twine flake8 Cython
pip install twine flake8 Cython numpy matplotlib
- name: Lint with flake8 for syntax errors
run: |
pip install flake8
Expand All @@ -36,7 +36,7 @@ jobs:
uses: RalfG/[email protected]_x86_64
with:
python-versions: 'cp36-cp36m cp37-cp37m'
build-requirements: 'cython numpy'
build-requirements: 'cython numpy matplotlib'
- name: Publish wheels to PyPI
env:
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
Expand Down

0 comments on commit 0a28427

Please sign in to comment.