Skip to content

Commit

Permalink
(fix) add pytest after bdist_wheels?
Browse files Browse the repository at this point in the history
  • Loading branch information
MementoRC committed Jan 23, 2024
1 parent 6523258 commit 1dde35a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/scripts/build-windows-wheels.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ build_dll x86_64-w64-mingw32
mv .libs/libsecp256k1-?.dll ../clean/coincurve/libsecp256k1.dll
cd ../clean
python setup.py bdist_wheel --plat-name=win_amd64
python -m pytest
rm coincurve/libsecp256k1.dll

cd ../32bit
Expand All @@ -38,6 +39,7 @@ build_dll i686-w64-mingw32
mv .libs/libsecp256k1-?.dll ../clean/coincurve/libsecp256k1.dll
cd ../clean
python setup.py bdist_wheel --plat-name=win32
python -m pytest

mv dist/* ../coincurve/dist/
cd ../coincurve

0 comments on commit 1dde35a

Please sign in to comment.