We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5adbfb7 commit 0c54d5cCopy full SHA for 0c54d5c
.github/workflows/publish.yml
@@ -35,7 +35,7 @@ jobs:
35
- name: Install dependencies
36
run: |
37
python -m pip install --upgrade pip
38
- pip install build twine wheel setuptools ruff black
+ pip install build twine wheel setuptools ruff black tomllib
39
pip install -r requirements.txt
40
if [ -f requirements-dev.txt ]; then pip install -r requirements-dev.txt; fi
41
0 commit comments