Skip to content

Commit

Permalink
CI publish needs call-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewSZhang committed Jul 16, 2024
1 parent 8fbdf14 commit 05052aa
Show file tree
Hide file tree
Showing 3 changed files with 67 additions and 64 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,14 @@ name: "Publish to PyPI"

on:
release:
types: [published]

jobs:
call-ci:
uses: ./.github/workflows/ci.yml
publish:
runs-on: ubuntu-latest
needs: call-ci
permissions:
id-token: write
steps:
Expand Down
127 changes: 64 additions & 63 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.27"
version = "0.1.28"
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 05052aa

Please sign in to comment.