Skip to content

Commit

Permalink
Use pyproject-build
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasbedrich authored Jul 4, 2024
1 parent e9076be commit 804f020
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@ jobs:
- name: Build Python wheel
working-directory: ${{github.workspace}}
shell: bash
run: python3 -m build --wheel
run: pyproject-build --wheel

- name: Build example (using find_package)
working-directory: ${{github.workspace}}/example/build_fp
Expand Down

0 comments on commit 804f020

Please sign in to comment.