Skip to content

Commit

Permalink
set python version for ghcr, test build
Browse files Browse the repository at this point in the history
  • Loading branch information
BWMac committed Sep 26, 2024
1 parent 47e8709 commit 0e07072
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ jobs:

runs-on: ubuntu-20.04

if: github.event_name == 'release'
# if: github.event_name == 'release'

outputs:
sdist-package-name: ${{ steps.build-package.outputs.sdist-package-name }}
Expand Down Expand Up @@ -462,6 +462,9 @@ jobs:
steps:
- name: Check out the repo
uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: 3.9
- name: Extract Release Version
run: echo "RELEASE_VERSION=${GITHUB_REF#refs/tags/}" >> $GITHUB_ENV
shell: bash
Expand Down

0 comments on commit 0e07072

Please sign in to comment.