Skip to content

Commit

Permalink
Updated publsih_pypi.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-pv committed Jan 16, 2022
1 parent 4b5a45d commit 99ea90f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,14 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install flake8
pip install wheel
- name: Lint with flake8
run: |
flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=120 --statistics
- name: Build wheel file
- name: Build package
run: python setup.py bdist_wheel

- name: Publish package to Test PyPI
Expand Down

0 comments on commit 99ea90f

Please sign in to comment.