Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
dholth committed Jul 20, 2024
1 parent f40157c commit e00c1a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/upload-pypi-source.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
run: python -c "import sys; print(sys.version)"
- name: Build
run: |
python -m pip install scons pytoml packaging
python -m pip install scons tomli packaging
scons -c
scons
python -m pip install dist/enscons*.whl
Expand Down

0 comments on commit e00c1a9

Please sign in to comment.