We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05c18b9 commit 8492f24Copy full SHA for 8492f24
.github/workflows/publish_to_pypi.yml
@@ -103,6 +103,7 @@ jobs:
103
name: Publish cloudpickle 🥒 distribution 📦 to TestPyPI
104
needs:
105
- build
106
+ if: github.ref_name == 'main'
107
runs-on: ubuntu-latest
108
109
environment:
.pre-commit-config.yaml
@@ -1,6 +1,6 @@
1
repos:
2
- repo: https://github.com/pre-commit/pre-commit-hooks
3
- rev: v4.5.0
+ rev: v6.0.0
4
hooks:
5
- id: check-yaml
6
- id: end-of-file-fixer
cloudpickle/__init__.py
@@ -3,7 +3,7 @@
__doc__ = cloudpickle.__doc__
-__version__ = "3.2.0.dev0"
+__version__ = "3.1.2"
7
8
__all__ = [ # noqa
9
"__version__",
0 commit comments