publish.yml -> install build module

This commit is contained in:
jdegenstein 2024-07-19 11:18:25 -05:00 committed by GitHub
parent 91eb57d67b
commit 759e8ac41e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -22,6 +22,7 @@ jobs:
ls -lR ls -lR
python3 -m pip install --upgrade pip python3 -m pip install --upgrade pip
python3 -m pip -V python3 -m pip -V
python3 -m pip install build
python3 -m build --outdir wheelhouse python3 -m build --outdir wheelhouse
python3 -m pip freeze python3 -m pip freeze
ls -lR ls -lR