Skip to content

Commit a5040c8

Browse files
committed
Updated config files.
1 parent 0aefe28 commit a5040c8

File tree

4 files changed

+32
-5
lines changed

4 files changed

+32
-5
lines changed

.github/workflows/octocheese.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
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}}

README.rst

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff 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

repo_helper.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,11 @@ email: 'dominic@davis-foster.co.uk'
77
username: 'domdfcoding'
88
version: '0.0.0'
99
license: 'MIT'
10-
short_desc: 'GitHub Action to run flake8.'
10+
short_desc: 'GitHub Actions integration for flake8.'
1111

1212
enable_conda: false
1313
enable_tests: false
1414
enable_docs: false
15-
on_pypi: False
1615

1716
python_versions:
1817
- 3.6

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
from __pkginfo__ import * # pylint: disable=wildcard-import
1414

1515
setup(
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=[],

0 commit comments

Comments
 (0)