Skip to content

Commit

Permalink
fix: install requirements for build
Browse files Browse the repository at this point in the history
  • Loading branch information
yoyololicon committed Jul 9, 2023
1 parent 39e43cb commit f3635c7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/python-publish.yml
Expand Up @@ -26,6 +26,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install build
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: Build package
run: python -m build
- name: Publish package
Expand Down

0 comments on commit f3635c7

Please sign in to comment.