Skip to content

Commit

Permalink
Format files when building.
Browse files Browse the repository at this point in the history
  • Loading branch information
rtibbles committed Jan 28, 2022
1 parent 0109fd6 commit 82624e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pypi-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install setuptools wheel twine
pip install setuptools wheel twine pre-commit
- name: Build and publish
env:
TWINE_USERNAME: __token__
Expand Down
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ test:
build:
pip install -e .
python scripts/generate_from_specs.py
pre-commit run --all-files || true

release: clean build
python setup.py sdist
Expand Down

0 comments on commit 82624e9

Please sign in to comment.