Skip to content

Commit

Permalink
Update build test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
DanSheps committed Sep 13, 2024
1 parent 2b7525c commit 2b6b77c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install --upgrade setuptools wheel
- name: Install pypa/build
run: python3 -m pip install build --user
- name: Build
run: python -m build

0 comments on commit 2b6b77c

Please sign in to comment.