Skip to content

Commit

Permalink
Back to test pypi now that versioning is sorted
Browse files Browse the repository at this point in the history
  • Loading branch information
cmmarslender committed Jun 13, 2023
1 parent cc62e1c commit 469513b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ jobs:
if: runner.os == 'Windows'
shell: bash
run: |
pip install -i https://pypi.chia.net/simple/ bladebit
pip install -i https://test.pypi.org/simple/ bladebit
cp -r $(pip show bladebit | grep Location | awk '{print $2}' )/bladebit/lib libs
cp -r $(pip show bladebit | grep Location | awk '{print $2}' )/bladebit/include src/bladebit
Expand All @@ -149,15 +149,15 @@ jobs:
CIBW_ENVIRONMENT_LINUX: CP_USE_GREEN_REAPER="1" CPATH=/project/site-packages LIBRARY_PATH=/project/libs LD_LIBRARY_PATH=/project/libs
CIBW_BEFORE_BUILD_LINUX: |
python -m pip install --upgrade pip
pip install -i https://pypi.chia.net/simple/ bladebit
pip install -i https://test.pypi.org/simple/ bladebit
ln -s $(pip show bladebit | grep Location | awk '{print $2}' )/bladebit/lib {project}/libs
ln -s $(pip show bladebit | grep Location | awk '{print $2}' ) {project}/site-packages
CIBW_ARCHS_MACOS: ${{ matrix.os.cibw-archs-macos[matrix.arch.matrix] }}
CIBW_BEFORE_ALL_MACOS: |
brew install gmp boost cmake
CIBW_BEFORE_BUILD_MACOS: |
python -m pip install --upgrade pip
pip install -i https://pypi.chia.net/simple/ bladebit
pip install -i https://test.pypi.org/simple/ bladebit
ln -s $(pip show bladebit | grep Location | awk '{print $2}' )/bladebit/lib libs
ln -s $(pip show bladebit | grep Location | awk '{print $2}' ) site-packages
CIBW_ENVIRONMENT_MACOS: "MACOSX_DEPLOYMENT_TARGET=10.14 CP_USE_GREEN_REAPER=1 CPATH=${{ github.workspace }}/site-packages LIBRARY_PATH=${{ github.workspace }}/libs"
Expand Down

0 comments on commit 469513b

Please sign in to comment.