Skip to content

Commit

Permalink
Added missing dependency toml for increment_version.py
Browse files Browse the repository at this point in the history
  • Loading branch information
notactuallyfinn authored Jul 19, 2024
1 parent de54583 commit 2dc33b0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install build
pip install toml
- name: Build package
run: |
python increment_version.py
Expand Down

0 comments on commit 2dc33b0

Please sign in to comment.