|
@@ -8,6 +8,11 @@ update_version {
|
|
|
match: "^__version__ = \((.*)\)$"
|
|
|
new_line: "__version__ = $TUPLED_VERSION"
|
|
|
}
|
|
|
+update_version {
|
|
|
+ path: "Cargo.toml"
|
|
|
+ match: "^version = \"(.*)\"$"
|
|
|
+ new_line: "version = \"$VERSION\""
|
|
|
+}
|
|
|
# Dulwich' CI builds wheels, which is really slow
|
|
|
ci_timeout: 7200
|
|
|
# We have a GitHub action that uploads to PyPI, so we don't need to do it here.
|