Skip to content

Commit

Permalink
release version in build workflow
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 6623e9e commit 0cb325b
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 0cb325b

Please sign in to comment.