We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 852b080 commit 40d50c7Copy full SHA for 40d50c7
.github/workflows/main.yml
@@ -35,7 +35,7 @@ jobs:
35
- name: Run pre-commit checks
36
run: pre-commit run --all-files --show-diff-on-failure
37
- name: Install check-wheel-content, and twine
38
- run: python -m pip install build check-wheel-contents tox twine
+ run: python -m pip install build check-wheel-contents twine
39
- name: Build package
40
run: python -m build
41
- name: List result
0 commit comments