Skip to content

Commit f0949d6

Browse files
authored
ci: fix fury publish target to lance-format (#5305)
1 parent 1fa26ac commit f0949d6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/upload_wheel/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ runs:
3939
if [ ${{ inputs.repo }} == "fury" ]; then
4040
WHEEL=$(ls target/wheels/pylance-*.whl 2> /dev/null | head -n 1)
4141
echo "Uploading $WHEEL to Fury"
42-
curl -f -F package=@$WHEEL https://$FURY_TOKEN@push.fury.io/lancedb/
42+
curl -f -F package=@$WHEEL https://$FURY_TOKEN@push.fury.io/lance-format/
4343
else
4444
twine upload --repository ${{ inputs.repo }} \
4545
--username __token__ \

0 commit comments

Comments
 (0)