From 6f825bd8e7e9fc19102c50eb22db7e0253b548b0 Mon Sep 17 00:00:00 2001 From: Charlie Marsh Date: Wed, 4 Sep 2024 17:13:00 -0400 Subject: [PATCH] Add acknowledgements and Astral logo (#34) --- README.md | 21 ++++++++++++++++----- docs/images/bmc-button.svg | 22 ---------------------- docs/images/paypal-button.svg | 15 --------------- 3 files changed, 16 insertions(+), 42 deletions(-) delete mode 100644 docs/images/bmc-button.svg delete mode 100644 docs/images/paypal-button.svg diff --git a/README.md b/README.md index 94a6619..412a237 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ You can also specify a specific version of uv By default this action installs the version defined as `default` in `action.yml`. This gets automatically updated in a new release of this action when a new version of uv is released. -If you don't want to wait for a new release of this action you can use use `version: latest`. +If you don't want to wait for a new release of this action you can use `version: latest`. > [!WARNING] > Using the `latest` version means that the uv executable gets downloaded every single time instead of loaded from the tools cache. @@ -179,7 +179,7 @@ If you want to have a specific python version installed you can use the command ### What is the default version? -By default this action installs the version defined as `default` in `action.yml`. +By default, this action installs the version defined as `default` in `action.yml`. When a new release of uv is published this triggers an automatic release of this action with the new version as `default`. If you have to know the version installed for other steps of your workflow you can use the `uv-version` output: @@ -194,7 +194,18 @@ If you have to know the version installed for other steps of your workflow you c run: echo "Installed uv version is ${{ steps.setup-uv.outputs.uv-version }}" ``` ---- +## Acknowledgements + +`setup-uv` was initially written and published by [Kevin Stillhammer](https://github.com/eifinger) +before moving under the official [Astral](https://github.com/astral-sh) GitHub organization. You +can support Kevin's work in open source on [Buy me a coffee](https://www.buymeacoffee.com/eifinger) or [PayPal](https://paypal.me/kevinstillhammer). + +## License + +MIT -[](https://www.buymeacoffee.com/eifinger) -[](https://paypal.me/kevinstillhammer) +
+ + Made by Astral + +
diff --git a/docs/images/bmc-button.svg b/docs/images/bmc-button.svg deleted file mode 100644 index 4754bd3..0000000 --- a/docs/images/bmc-button.svg +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - diff --git a/docs/images/paypal-button.svg b/docs/images/paypal-button.svg deleted file mode 100644 index 22c4327..0000000 --- a/docs/images/paypal-button.svg +++ /dev/null @@ -1,15 +0,0 @@ - - - - -paypal-seeklogo.com - - - - - - - - - \ No newline at end of file