Skip to content

Commit

Permalink
Require build for deployment.
Browse files Browse the repository at this point in the history
  • Loading branch information
kyleaoman authored Apr 20, 2023
1 parent fa74db1 commit 3173d27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install setuptools wheel twine
pip install setuptools wheel twine build
pip install -r requirements.txt
pip install .
- name: Build and publish
Expand Down

0 comments on commit 3173d27

Please sign in to comment.