Skip to content

Commit

Permalink
replace build script with inline one-liner
Browse files Browse the repository at this point in the history
  • Loading branch information
mikealfare committed Nov 22, 2023
1 parent fd898e6 commit c689ef2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ jobs:
python -m pip install .[build]
- name: Build distributions
run: ./scripts/build-dist.sh
run: python -m build

- name: Show distributions
run: ls -lh dist/
Expand Down

0 comments on commit c689ef2

Please sign in to comment.