Skip to content

Commit

Permalink
fix build workflow for version
Browse files Browse the repository at this point in the history
Signed-off-by: James Busche <[email protected]>
  • Loading branch information
jbusche committed Apr 3, 2024
1 parent 0cb325b commit dbc7919
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
python -m pip install -r setup_requirements.txt
- name: Replace release-version with provided input value
run: |
export RELEASE_VERSION={{ github.event.inputs.release-version }}
export RELEASE_VERSION=${{ github.event.inputs.release-version }}
sed -i "s/^version = \"[0-9.]*\"$/version = \"${RELEASE_VERSION}\"/g" pyproject.toml
- name: Build and test with tox
run: tox -e py39
Expand Down

0 comments on commit dbc7919

Please sign in to comment.