Skip to content

Commit 4fba740

Browse files
committed
REL: Prepare assertionlib for the 3.2.2 release
1 parent 80aa712 commit 4fba740

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

.github/workflows/pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- uses: actions/upload-artifact@v3
3939
with:
4040
name: wheels
41-
path: ./build/*
41+
path: ./dist/*
4242

4343
- name: Publish the package
4444
if: github.event_name == 'release'

CHANGELOG.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@ This project adheres to `Semantic Versioning <http://semver.org/>`_.
88

99
3.2.2
1010
*****
11-
* *placeholder*.
11+
* Add formal Python 3.11 support
12+
* Misc CI updates
13+
* Fix a missing README file in the assertionlib sdist distribution
1214

1315

1416
3.2.1

assertionlib/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""The AssertionLib version."""
22

3-
__version__ = '3.2.2.dev0'
3+
__version__ = '3.2.2'

codecov.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ coverage:
22
status:
33
project:
44
default:
5-
target: 80
5+
target: 75
66
patch:
77
default:
88
target: 0

0 commit comments

Comments
 (0)