We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f40157c commit e00c1a9Copy full SHA for e00c1a9
.github/workflows/upload-pypi-source.yml
@@ -20,7 +20,7 @@ jobs:
20
run: python -c "import sys; print(sys.version)"
21
- name: Build
22
run: |
23
- python -m pip install scons pytoml packaging
+ python -m pip install scons tomli packaging
24
scons -c
25
scons
26
python -m pip install dist/enscons*.whl
0 commit comments