Skip to content

Commit

Permalink
CI reuse ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewSZhang committed Jul 15, 2024
1 parent d3bc659 commit 8fbdf14
Show file tree
Hide file tree
Showing 4 changed files with 69 additions and 65 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: CI

on:
workflow_call:
push:
branches: [main]

Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/publish-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ on:
release:

jobs:
call-ci:
uses: ./.github/workflows/ci.yml
publish:
runs-on: ubuntu-latest
permissions:
Expand Down
129 changes: 65 additions & 64 deletions pixi.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "fastcan"
version = "0.1.26"
version = "0.1.27"
description = "A fast canonical-correlation-based feature selection method"
authors = [
{ name = "Matthew Sikai Zhang", email = "matthew.szhang91@gmail.com" },
Expand Down

0 comments on commit 8fbdf14

Please sign in to comment.