Skip to content

Commit

Permalink
Adding tomli install
Browse files Browse the repository at this point in the history
  • Loading branch information
cfcurtis committed Jul 30, 2024
1 parent 149af64 commit 3493734
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/create_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ jobs:
- name: Compile translation files and build distribution
run: |
pip3 install tomli
python3 build/update_loc.py --compile
cp -r resources pdfstitcher/resources
pip3 install build
Expand Down Expand Up @@ -92,6 +93,7 @@ jobs:
- name: Install dependencies
run: |
pip install .[gui]
pip install tomli
python build/update_loc.py --compile
echo "VERSION_STRING=v$(grep 'version' pyproject.toml | awk '{print $3}' | sed 's/\"//g')" >> $GITHUB_ENV
Expand Down Expand Up @@ -137,6 +139,7 @@ jobs:
run: |
brew install qpdf
pip install ".[gui]"
pip install tomli
python build/update_loc.py --compile
echo "VERSION_STRING=v$(grep 'version' pyproject.toml | awk '{print $3}' | sed 's/\"//g')" >> $GITHUB_ENV
Expand Down

0 comments on commit 3493734

Please sign in to comment.