mirror of
https://github.com/astral-sh/setup-uv.git
synced 2025-01-23 02:22:49 +08:00
5ce9ee0011
1. If defined use version input 2. If defined use uv-file input 3. If defined use pyproject-file input 4. Search for required-version in uv.toml in repo root 5. Search for required-version in pyproject.toml in repo root 6. Use latest Closes: #215
7 lines
93 B
Python
7 lines
93 B
Python
def main():
|
|
print("Hello from uv-toml-project!")
|
|
|
|
|
|
if __name__ == "__main__":
|
|
main()
|