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 a1c928b commit dc8cc3aCopy full SHA for dc8cc3a
.github/workflows/publish.yml
@@ -36,7 +36,7 @@ jobs:
36
- name: Build wheel
37
run: python -m pip wheel -w dist .
38
- name: Check distribution
39
- run: twine check dist/*
+ run: twine check dist/cpp_linter_hooks*
40
- name: Publish package (to TestPyPI)
41
if: github.event_name == 'workflow_dispatch' && github.repository == 'cpp-linter/cpp-linter-hooks'
42
env:
0 commit comments