Skip to content

Commit

Permalink
Update python-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
deedy5 authored Mar 23, 2022
1 parent d7386f2 commit 31655c7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
pip install build --no-isolation
pip install requests
pip install build
- name: Build package
run: python -m build
- name: Publish package
Expand Down

0 comments on commit 31655c7

Please sign in to comment.