Skip to content

Commit

Permalink
Undo test wheels in PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
eriknw committed Dec 12, 2024
1 parent 7fbc58e commit 2a997b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion cytoolz/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 2a997b9

Please sign in to comment.