Skip to content

Commit

Permalink
MacOS: Fix version not parsed anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
theCapypara committed Sep 30, 2023
1 parent 42a6ded commit d85b0d0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-test-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,9 @@ jobs:
echo "IS_DEV_BUILD=1" >> $GITHUB_ENV
- name: Note version
run: |
python3 -m venv .yq-venv
. .yq-venv/bin/activate
pip install yq
echo "PACKAGE_VERSION=$(tomlq '.project.version' pyproject.toml -r)" >> $GITHUB_ENV
- name: Install and package
run: |
Expand Down

0 comments on commit d85b0d0

Please sign in to comment.