Skip to content

Commit

Permalink
ci: install missing tomli
Browse files Browse the repository at this point in the history
  • Loading branch information
“Aidan committed Feb 1, 2024
1 parent 3b85688 commit 06430eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:

- name: Build source and wheel distributions
run: |
python -m pip install --upgrade pip wheel twine
python -m pip install --upgrade pip wheel twine tomli
python setup.py sdist bdist_wheel
twine check --strict dist/*
Expand Down

0 comments on commit 06430eb

Please sign in to comment.