File tree Expand file tree Collapse file tree 4 files changed +9
-2
lines changed
Expand file tree Collapse file tree 4 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,8 @@ name: Build Python distributions
33on :
44 push :
55 branches : [ main, master ]
6+ tags :
7+ - ' dulwich-*'
68 pull_request :
79 schedule :
810 - cron : " 0 6 * * *" # Daily 6AM UTC build
Original file line number Diff line number Diff line change @@ -6,4 +6,4 @@ resolver = "2"
66pyo3 = " >=0.19"
77
88[workspace .package ]
9- version = " 0.22.2 "
9+ version = " 0.22.3 "
Original file line number Diff line number Diff line change 1+ 0.22.3 2024-10-15
2+
3+ * Improve wheel building in CI, so we can upload wheels for the next release.
4+ (Jelmer Vernooij)
5+
160.22.2 2024-10-09
27
38 * Ship ``Cargo.lock``. (Jelmer Vernooij, #1287)
Original file line number Diff line number Diff line change 2222
2323"""Python implementation of the Git file formats and protocols."""
2424
25- __version__ = (0 , 22 , 2 )
25+ __version__ = (0 , 22 , 3 )
You can’t perform that action at this time.
0 commit comments