We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c986564 + e5049b3 commit 71fc741Copy full SHA for 71fc741
1 file changed
.github/workflows/deploy.yml
@@ -18,7 +18,7 @@ jobs:
18
python-version: '3.9'
19
20
- name: Install dependencies
21
- run: pip install build twine
+ run: pip install build twine toml
22
23
- name: Build the package
24
run: python -m build
0 commit comments