Skip to content

Commit 5a90888

Browse files
authored
Add ongoing package linting & inspection (#462)
1 parent 6827641 commit 5a90888

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ jobs:
3030
steps:
3131
- uses: actions/checkout@v3
3232

33+
- uses: hynek/build-and-inspect-python-package@f336040a31ea03a2551adcc994d3ddb2f3ea3f7f
34+
3335
- name: Set up ${{ matrix.python.name }}
3436
uses: actions/setup-python@v4
3537
with:
@@ -66,7 +68,7 @@ jobs:
6668
- name: CPython 3.10
6769
action: '3.10'
6870
- name: CPython 3.11
69-
action: '3.11.0-beta - 3.11'
71+
action: '3.11'
7072
- name: PyPy 3.7
7173
action: pypy3.7
7274
- name: PyPy 3.8

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,5 +61,6 @@
6161
include_package_data=True,
6262
description="Building newsfiles for your project.",
6363
long_description=open("README.rst").read(),
64+
long_description_content_type="text/x-rst",
6465
entry_points={"console_scripts": ["towncrier = towncrier._shell:cli"]},
6566
)

src/towncrier/newsfragments/462.misc

Whitespace-only changes.

0 commit comments

Comments
 (0)