Skip to content

Commit 2dc33b0

Browse files
Added missing dependency toml for increment_version.py
1 parent de54583 commit 2dc33b0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/python-publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ jobs:
3333
run: |
3434
python -m pip install --upgrade pip
3535
pip install build
36+
pip install toml
3637
- name: Build package
3738
run: |
3839
python increment_version.py

0 commit comments

Comments
 (0)