Skip to content

Commit b42f21b

Browse files
committed
CI inherit secrets for reusing workflow
1 parent d8c01f2 commit b42f21b

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ jobs:
6060
CIBW_BUILD: cp3*-*
6161
CIBW_SKIP: pp* *i686* *win32 *musllinux* *-macosx_universal2 *-win_arm64 *-manylinux_ppc64le *-manylinux_s390x
6262
CIBW_PROJECT_REQUIRES_PYTHON: ">=3.9"
63-
CIBW_REPAIR_WHEEL_COMMAND_MACOS: ""
6463
CIBW_ARCHS_LINUX: auto64
6564
CIBW_ARCHS_MACOS: x86_64 arm64
6665
CIBW_ARCHS_WINDOWS: auto64

.github/workflows/publish-pypi.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ on:
99
jobs:
1010
call-ci:
1111
uses: ./.github/workflows/ci.yml
12+
secrets: inherit
1213
publish:
1314
runs-on: ubuntu-latest
1415
needs: call-ci

pixi.lock

Lines changed: 2 additions & 2 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.31"
3+
version = "0.1.32"
44
description = "A fast canonical-correlation-based feature selection method"
55
authors = [
66
{ name = "Matthew Sikai Zhang", email = "[email protected]" },

0 commit comments

Comments
 (0)