We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fa26ac commit f0949d6Copy full SHA for f0949d6
1 file changed
.github/workflows/upload_wheel/action.yml
@@ -39,7 +39,7 @@ runs:
39
if [ ${{ inputs.repo }} == "fury" ]; then
40
WHEEL=$(ls target/wheels/pylance-*.whl 2> /dev/null | head -n 1)
41
echo "Uploading $WHEEL to Fury"
42
- curl -f -F package=@$WHEEL https://$FURY_TOKEN@push.fury.io/lancedb/
+ curl -f -F package=@$WHEEL https://$FURY_TOKEN@push.fury.io/lance-format/
43
else
44
twine upload --repository ${{ inputs.repo }} \
45
--username __token__ \
0 commit comments