File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -36,16 +36,16 @@ jobs:
36
36
- name : Build wheel
37
37
run : python -m pip wheel -w dist .
38
38
- name : Check distribution
39
- run : twine check dist/*
39
+ run : twine check dist/cpp_linter_hooks *
40
40
- name : Publish package (to TestPyPI)
41
41
if : github.event_name == 'workflow_dispatch' && github.repository == 'cpp-linter/cpp-linter-hooks'
42
42
env :
43
43
TWINE_USERNAME : __token__
44
44
TWINE_PASSWORD : ${{ secrets.TEST_PYPI_TOKEN }}
45
- run : twine upload --repository testpypi dist/*
45
+ run : twine upload --repository testpypi dist/cpp_linter_hooks *
46
46
- name : Publish package (to PyPI)
47
47
if : github.event_name != 'workflow_dispatch' && github.repository == 'cpp-linter/cpp-linter-hooks'
48
48
env :
49
49
TWINE_USERNAME : __token__
50
50
TWINE_PASSWORD : ${{ secrets.PYPI_API_TOKEN }}
51
- run : twine upload dist/*
51
+ run : twine upload dist/cpp_linter_hooks *
You can’t perform that action at this time.
0 commit comments