Skip to content

Commit 8492f24

Browse files
Copilotogrisel
andauthored
Release v3.1.2 with Python 3.14 type annotation fix (#579)
Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: ogrisel <[email protected]> Co-authored-by: Olivier Grisel <[email protected]>
1 parent 05c18b9 commit 8492f24

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/workflows/publish_to_pypi.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ jobs:
103103
name: Publish cloudpickle 🥒 distribution 📦 to TestPyPI
104104
needs:
105105
- build
106+
if: github.ref_name == 'main'
106107
runs-on: ubuntu-latest
107108

108109
environment:

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v4.5.0
3+
rev: v6.0.0
44
hooks:
55
- id: check-yaml
66
- id: end-of-file-fixer

cloudpickle/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
__doc__ = cloudpickle.__doc__
55

6-
__version__ = "3.2.0.dev0"
6+
__version__ = "3.1.2"
77

88
__all__ = [ # noqa
99
"__version__",

0 commit comments

Comments
 (0)