Skip to content
This repository was archived by the owner on Aug 28, 2024. It is now read-only.

Commit

Permalink
Fixed typo in build script for building the distribution package
Browse files Browse the repository at this point in the history
  • Loading branch information
MintoDA1 authored and MintoDA1 committed Aug 15, 2023
1 parent c64eefd commit 4102dd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildscripts/build_swiftest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,6 @@ printf "SKBUILD_CONFIGURE_OPTIONS: ${SKBUILD_CONFIGURE_OPTIONS}\n"
printf "*********************************************************\n"

python3 -m pip install build pip
python3 -m pip build
python3 -m build
python3 -m pip install . -v

0 comments on commit 4102dd5

Please sign in to comment.