Skip to content

Commit

Permalink
Update script to build sdist & wheel in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
rlouf committed Jul 29, 2024
1 parent 70c137c commit 677ff2e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/scripts/build_sdist_and_wheel.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/bin/bash

# Build sdist and wheel
python -m pip install -U pip
python -m pip install build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Build SDist and Wheel
run: ./.github/scripts/build_sdist_and_wheel.sh
run: bash ./.github/scripts/build_sdist_and_wheel.sh

0 comments on commit 677ff2e

Please sign in to comment.