Skip to content

Commit

Permalink
Updated publish wf
Browse files Browse the repository at this point in the history
  • Loading branch information
xxao committed Mar 3, 2022
1 parent f4cb7e5 commit 045fb48
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 @@ -18,9 +18,9 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install build
pip install numpy
pip install Pillow
pip install build
- name: Build package
run: python -m build
- name: Publish package
Expand Down

0 comments on commit 045fb48

Please sign in to comment.