File tree Expand file tree Collapse file tree 4 files changed +32
-5
lines changed
Expand file tree Collapse file tree 4 files changed +32
-5
lines changed Original file line number Diff line number Diff line change 1+ # This file is managed by 'repo_helper'. Don't edit it directly.
2+ ---
3+
4+ name : " GitHub Releases"
5+ on :
6+ push :
7+ schedule :
8+ - cron : 0 12 * * 2,4,6
9+
10+ jobs :
11+ Run :
12+ runs-on : ubuntu-latest
13+ steps :
14+ - uses : domdfcoding/octocheese@master
15+ with :
16+ pypi_name : " flake8-github-action"
17+ env :
18+ GITHUB_TOKEN : ${{secrets.GITHUB_TOKEN}}
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ flake8-github-action
44
55.. start short_desc
66
7- **GitHub Action to run flake8. **
7+ **GitHub Actions integration for flake8. **
88
99.. end short_desc
1010
@@ -17,7 +17,8 @@ flake8-github-action
1717
1818 * - Tests
1919 - |travis | |actions_windows | |actions_macos | |codefactor | |pre_commit_ci |
20-
20+ * - PyPI
21+ - |pypi-version | |supported-versions | |supported-implementations | |wheel |
2122 * - Activity
2223 - |commits-latest | |commits-since | |maintained |
2324 * - Other
@@ -93,6 +94,15 @@ Installation
9394--------------
9495
9596.. start installation
97+
98+ ``flake8-github-action `` can be installed from PyPI.
99+
100+ To install with ``pip ``:
101+
102+ .. code-block :: bash
103+
104+ $ python -m pip install flake8-github-action
105+
96106.. end installation
97107
98108
Original file line number Diff line number Diff line change @@ -7,12 +7,11 @@ email: 'dominic@davis-foster.co.uk'
77username : ' domdfcoding'
88version : ' 0.0.0'
99license : ' MIT'
10- short_desc : ' GitHub Action to run flake8.'
10+ short_desc : ' GitHub Actions integration for flake8.'
1111
1212enable_conda : false
1313enable_tests : false
1414enable_docs : false
15- on_pypi : False
1615
1716python_versions :
1817 - 3.6
Original file line number Diff line number Diff line change 1313from __pkginfo__ import * # pylint: disable=wildcard-import
1414
1515setup (
16- description = "GitHub Action to run flake8." ,
16+ description = "GitHub Actions integration for flake8." ,
1717 extras_require = extras_require ,
1818 install_requires = install_requires ,
1919 py_modules = [],
You can’t perform that action at this time.
0 commit comments