Skip to content

Commit

Permalink
turn on wheel building; bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
dmeliza committed Sep 27, 2024
1 parent c4fc1f4 commit 66822e0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: Build wheels

# on: [push, pull_request]
on: [push, pull_request]
Alternatively, to publish when a (published) GitHub Release is created, use the following:
on:
release:
types:
- published
# on:
# release:
# types:
# - published

jobs:
build_wheels:
Expand Down
4 changes: 2 additions & 2 deletions quickspikes/__init__.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# -*- mode: python -*-
"""spike detection routines
Copyright (C) 2013 Dan Meliza <[email protected]>
Copyright (C) 2013-2024 Dan Meliza <[email protected]>
Created Wed Jul 24 09:26:36 2013
"""
from .spikes import detector, peaks, subthreshold
from .tools import filter_times, realign_spikes

__version__ = "2.0.3"
__version__ = "2.0.4"
__all__ = ["detector", "peaks", "subthreshold", "realign_spikes", "filter_times"]

0 comments on commit 66822e0

Please sign in to comment.