From 2a997b9138bcacef16bde94e290379c5a31965c8 Mon Sep 17 00:00:00 2001 From: Erik Welch Date: Thu, 12 Dec 2024 14:52:45 -0600 Subject: [PATCH] Undo test wheels in PRs --- .github/workflows/wheels.yml | 2 +- cytoolz/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index a3524b4..804e1ac 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -1,7 +1,7 @@ name: Build wheels on: - pull_request: # Uncomment to debug wheel building in a PR + # pull_request: # Uncomment to debug wheel building in a PR push: branches: - master diff --git a/cytoolz/__init__.py b/cytoolz/__init__.py index 70377e9..cb2fd05 100644 --- a/cytoolz/__init__.py +++ b/cytoolz/__init__.py @@ -24,7 +24,7 @@ functoolz._sigs.update_signature_registry() # What version of toolz does cytoolz implement? -__toolz_version__ = '0.12.1' +__toolz_version__ = '1.0.0' from ._version import get_versions