Skip to content

Commit 8fbdf14

Browse files
committed
CI reuse ci.yml
1 parent d3bc659 commit 8fbdf14

File tree

4 files changed

+69
-65
lines changed

4 files changed

+69
-65
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: CI
22

33
on:
4+
workflow_call:
45
push:
56
branches: [main]
67

.github/workflows/publish-pypi.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ on:
66
release:
77

88
jobs:
9+
call-ci:
10+
uses: ./.github/workflows/ci.yml
911
publish:
1012
runs-on: ubuntu-latest
1113
permissions:

pixi.lock

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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "fastcan"
3-
version = "0.1.26"
3+
version = "0.1.27"
44
description = "A fast canonical-correlation-based feature selection method"
55
authors = [
66
{ name = "Matthew Sikai Zhang", email = "matthew.szhang91@gmail.com" },

0 commit comments

Comments
 (0)