Skip to content

Commit

Permalink
Include source distributions (#290)
Browse files Browse the repository at this point in the history
  • Loading branch information
RunDevelopment authored Jul 11, 2024
1 parent 54cbc16 commit a6094e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ set -e
# spandrel
cp README.md libs/spandrel/README.md
cd libs/spandrel
python3 -m build . --wheel
python3 -m build .
rm README.md
cd ../..

# spandrel_extra_arches
cd libs/spandrel_extra_arches
python3 -m build . --wheel
python3 -m build .
cd ../..

0 comments on commit a6094e7

Please sign in to comment.