Skip to content

Commit

Permalink
Add action to build python as package
Browse files Browse the repository at this point in the history
  • Loading branch information
ConfidenceYobo authored Sep 14, 2021
1 parent 7079b06 commit 5853b1f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,10 @@ jobs:
flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
- name: py-package-publish
# You may pin to the exact commit or the version.
# uses: mariamrf/py-package-publish-action@6f9dbe7625b3eb881550e953f99b28d583add3f9
uses: mariamrf/py-package-publish-action@v1.1.0
with:
# a Python version that is supported by pyenv.
python_version: 3.7.0

0 comments on commit 5853b1f

Please sign in to comment.