Skip to content

Commit

Permalink
Changed from windows-latest to ubuntu-latest (Container action to pub…
Browse files Browse the repository at this point in the history
…lish on PYPI is only supported on Linux)
  • Loading branch information
hannalee2 committed Apr 29, 2024
1 parent b41ec7b commit 8a60205
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tag_and_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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 "[email protected]"
git config --local user.name "Hanna"
Expand Down

0 comments on commit 8a60205

Please sign in to comment.