Skip to content

Commit e00c1a9

Browse files
committed
update workflow
1 parent f40157c commit e00c1a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/upload-pypi-source.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
run: python -c "import sys; print(sys.version)"
2121
- name: Build
2222
run: |
23-
python -m pip install scons pytoml packaging
23+
python -m pip install scons tomli packaging
2424
scons -c
2525
scons
2626
python -m pip install dist/enscons*.whl

0 commit comments

Comments
 (0)