cpp-linter / cpp-linter-action

A Github Action for linting C/C++ code integrating clang-tidy and clang-format to collect feedback provided in the form of file-annotations, thread-comments, workflow step-summary, and Pull Request reviews.

Home Page:https://cpp-linter.github.io/cpp-linter-action/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Remove publish-pypi.yml (Upload Python Package)

shenxianpeng opened this issue · comments

Upload Python Package failed in v1.5.0 release https://github.com/cpp-linter/cpp-linter-action/runs/8055353233?check_suite_focus=true

Since we have abstract python sources from cpp-linter-action to cpp-linter repo cpp-linter/cpp-linter#1 and publish to PyPI with cpp-linter repo, since in the next release (v2), the file .github/workflows/publish-pypi.yml can be removed.

The secret tokens should be removed as well. I think they are now invalid since the release of the cpp-linter pkg (v1.4.6).

OK. I have removed PYPI_API_TOKEN and TEST_PYPI_TOKEN.