From c60331974c9547f88b1e3d6fb9566cf4a95c23bf Mon Sep 17 00:00:00 2001 From: NaveenKumar Namachivayam Date: Thu, 23 Nov 2023 19:59:36 -0500 Subject: [PATCH] - Fix Windows release --- .github/workflows/release-workflow.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-workflow.yml b/.github/workflows/release-workflow.yml index ab6de39..57be8e5 100644 --- a/.github/workflows/release-workflow.yml +++ b/.github/workflows/release-workflow.yml @@ -1,5 +1,5 @@ -# This workflow will install Python dependencies, run tests and lint with a single version of Python. -# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-python +# This workflow will install Python dependencies, create Hamster dist for Windows, macOS (Intel and Apple). +# It will also create a GitHub release and upload the artifacts to it. name: Hamster