Skip to content

Commit

Permalink
fail on unauthorized
Browse files Browse the repository at this point in the history
  • Loading branch information
wjones127 committed May 6, 2024
1 parent 698e20e commit 9b4ecdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/upload_wheel/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ runs:
if [ ${{ inputs.repo }} == "fury" ]; then
WHEEL=$(ls target/wheels/pylance-*.whl 2> /dev/null | head -n 1)
echo "Uploading $WHEEL to Fury"
curl -F package=@$WHEEL https://$FURY_TOKEN@push.fury.io/lancedb/
curl -f -F package=@$WHEEL https://$FURY_TOKEN@push.fury.io/lancedb/
else
twine upload --repository ${{ inputs.repo }} \
--username __token__ \
Expand Down

0 comments on commit 9b4ecdf

Please sign in to comment.