Skip to content

Commit

Permalink
Fix license in pyproject.toml and add to workflow.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarobartt committed Mar 6, 2024
1 parent 983c557 commit b65f683
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
- main
paths:
- .github/workflows/workflow.yml
- pyproject.toml
- src/**
- tests/**
release:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ dependencies = [
description = "🤗 Hugging Face Inference Toolkit for Google Cloud Vertex AI (similar to SageMaker's Inference Toolkit, but unofficial)"
dynamic = ["version"]
keywords = []
license = "Apache 2.0"
license = "Apache-2.0"
name = "vertex_ai_huggingface_inference_toolkit"
readme = "README.md"
requires-python = ">=3.8"
Expand Down

0 comments on commit b65f683

Please sign in to comment.