Skip to content

Commit

Permalink
minor requirement and workflow updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Lioscro committed Nov 19, 2020
1 parent f92e159 commit b95973d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Install dependencies
run: pip install -r dev-requirements.txt
- name: Build
run: python setup.py sdist bdist_wheel
run: make build
- name: Upload
run: twine upload dist/*
env:
Expand Down
3 changes: 3 additions & 0 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ coverage==5.1
flake8==3.8.2
nose==1.3.7
pre-commit==2.4.0
sphinx>=3.3.1
sphinx-autoapi>=1.5.1
sphinx_rtd_theme>=0.5.0
twine>=2.0.0
wheel==0.34.2
yapf==0.30.0

0 comments on commit b95973d

Please sign in to comment.