From 8a60205d70b456d122d3815c872931fbbdd2ff00 Mon Sep 17 00:00:00 2001 From: hannalee2 Date: Mon, 29 Apr 2024 16:15:52 -0700 Subject: [PATCH] Changed from windows-latest to ubuntu-latest (Container action to publish on PYPI is only supported on Linux) --- .github/workflows/tag_and_publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tag_and_publish.yml b/.github/workflows/tag_and_publish.yml index 13e09b0f..ab3228d7 100644 --- a/.github/workflows/tag_and_publish.yml +++ b/.github/workflows/tag_and_publish.yml @@ -7,7 +7,7 @@ on: jobs: build-and-release: - runs-on: windows-latest + runs-on: ubuntu-latest steps: - name: Checkout code uses: actions/checkout@v3 @@ -27,7 +27,7 @@ jobs: echo "RELEASE_VERSION=$RELEASE_VERSION" >> $GITHUB_ENV echo "Extracted RELEASE_VERSION: $RELEASE_VERSION" - - name: Configure Git + - name: Configure Git Account run: | git config --local user.email "hanna.lee@alleninstitute.org" git config --local user.name "Hanna"