File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1515 - name : Install lancedb
1616 shell : bash
1717 run : |
18- pip3 install --extra-index-url https://pypi.fury.io/lance-format/ --extra-index-url https://pypi.fury.io/lancedb/ $(ls target/wheels/lancedb -*.whl)[tests,dev]
18+ pip3 install --extra-index-url https://pypi.fury.io/lance-format/ --extra-index-url https://pypi.fury.io/lancedb/ $(ls target/wheels/lancedbcjk -*.whl)[tests,dev]
1919 - name : Setup localstack for integration tests
2020 if : ${{ inputs.integration == 'true' }}
2121 shell : bash
Original file line number Diff line number Diff line change @@ -34,12 +34,12 @@ runs:
3434 PYPI_TOKEN : ${{ inputs.pypi_token }}
3535 run : |
3636 if [[ ${{ steps.choose_repo.outputs.repo }} == fury ]]; then
37- WHEEL=$(ls target/wheels/lancedb -*.whl 2> /dev/null | head -n 1)
37+ WHEEL=$(ls target/wheels/lancedbcjk -*.whl 2> /dev/null | head -n 1)
3838 echo "Uploading $WHEEL to Fury"
3939 curl -f -F package=@$WHEEL https://$FURY_TOKEN@push.fury.io/lancedb/
4040 else
4141 twine upload --repository ${{ steps.choose_repo.outputs.repo }} \
4242 --username __token__ \
4343 --password $PYPI_TOKEN \
44- target/wheels/lancedb -*.whl
44+ target/wheels/lancedbcjk -*.whl
4545 fi
You can’t perform that action at this time.
0 commit comments