Skip to content

Commit

Permalink
Fix build stage
Browse files Browse the repository at this point in the history
  • Loading branch information
fwkz committed Jan 16, 2024
1 parent 5ad8a64 commit 254c5a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ jobs:
- name: Package
run: |
source venv/bin/activate
pip install wheel
python setup.py bdist_wheel
pip install build
python -m build --wheel .
- name: Install
run: |
source venv/bin/activate
Expand Down

0 comments on commit 254c5a1

Please sign in to comment.