Skip to content

Commit 05052aa

Browse files
committed
CI publish needs call-ci
1 parent 8fbdf14 commit 05052aa

File tree

3 files changed

+67
-64
lines changed

3 files changed

+67
-64
lines changed

.github/workflows/publish-pypi.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,14 @@ name: "Publish to PyPI"
44

55
on:
66
release:
7+
types: [published]
78

89
jobs:
910
call-ci:
1011
uses: ./.github/workflows/ci.yml
1112
publish:
1213
runs-on: ubuntu-latest
14+
needs: call-ci
1315
permissions:
1416
id-token: write
1517
steps:

pixi.lock

Lines changed: 64 additions & 63 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.27"
3+
version = "0.1.28"
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)