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 b735e8a commit 2b2f50eCopy full SHA for 2b2f50e
.github/workflows/main.yml
@@ -30,10 +30,6 @@ jobs:
30
- name: Install GitHub matcher for ActionLint checker
31
run: |
32
echo "::add-matcher::.github/actionlint-matcher.json"
33
- - name: Install pre-commit
34
- run: python -m pip install pre-commit
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
39
- name: Build package
0 commit comments