Skip to content

Commit 9972175

Browse files
authored
Merge pull request #55 from light-curve/dependabot/github_actions/pypa/cibuildwheel-2.5.0
Bump pypa/cibuildwheel from 2.4.0 to 2.5.0
2 parents d859b09 + 254c5a0 commit 9972175

File tree

3 files changed

+45
-55
lines changed

3 files changed

+45
-55
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
run : echo "CIBW_ARCHS=${{ matrix.arch }}" >> $GITHUB_ENV
4646

4747
- name: Build wheels
48-
uses: pypa/cibuildwheel@v2.4.0
48+
uses: pypa/cibuildwheel@2.5.0
4949
with:
5050
package-dir: ./light-curve
5151
env:

light-curve/Cargo.lock

Lines changed: 43 additions & 53 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

light-curve/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "light-curve-python"
3-
version = "0.5.6-alpha.0"
3+
version = "0.5.6-alpha.1"
44
authors = ["Konstantin Malanchev <hombit@gmail.com>", "Anastasia Lavrukhina <lavrukhina.ad@gmail.com>"]
55
description = "Feature extractor from noisy time series"
66
readme = "README.md"

0 commit comments

Comments
 (0)