Skip to content

Commit

Permalink
Added build
Browse files Browse the repository at this point in the history
  • Loading branch information
pescheck-bram committed Nov 30, 2023
1 parent cfb28c9 commit 9e68bb9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@ jobs:
pip install -r requirements.txt
- name: Build package
run: python -m build
run: |
pip install build
python -m build
- name: Publish package
uses: pypa/[email protected]
Expand Down

0 comments on commit 9e68bb9

Please sign in to comment.