File tree Expand file tree Collapse file tree 4 files changed +6
-4
lines changed
Expand file tree Collapse file tree 4 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 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'
Original file line number Diff line number Diff line change @@ -8,7 +8,9 @@ This project adheres to `Semantic Versioning <http://semver.org/>`_.
88
993.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
14163.2.1
Original file line number Diff line number Diff line change 11"""The AssertionLib version."""
22
3- __version__ = '3.2.2.dev0 '
3+ __version__ = '3.2.2'
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments