Skip to content

Commit 7797c83

Browse files
authored
Merge pull request #26 from nicoddemus/release-0.2.1
Release 0.2.1
2 parents 1d5b098 + 4362d93 commit 7797c83

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

.github/workflows/test.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,3 +42,10 @@ jobs:
4242
- name: Test
4343
run: |
4444
tox -e ${{ matrix.tox_env }}
45+
46+
check-package:
47+
runs-on: ubuntu-latest
48+
steps:
49+
- uses: actions/checkout@v3
50+
- name: Build and Check Package
51+
uses: hynek/[email protected]

CHANGELOG.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
UNRELEASED
2-
----------
1+
0.2.1 (2023-03-11)
2+
------------------
33

44
* Added support for Python 3.10 and 3.11.
55
* Dropped support for Python 3.5 and 3.6.

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
author_email="[email protected]",
2222
description="Replacement for the --resultlog option, focused in simplicity and extensibility",
2323
long_description=readme,
24+
long_description_content_type="text/x-rst",
2425
keywords="pytest",
2526
extras_require={"dev": ["pre-commit", "tox"]},
2627
classifiers=[

0 commit comments

Comments
 (0)