Skip to content

Commit 3c4f2da

Browse files
hjmjohnsonclaude
andcommitted
COMP: Update CI best practices and Python 3.10+
- Update ITKRemoteModuleBuildTestPackageAction to v5.4.6 - Update minimum Python to 3.10+ - Fix empty secrets: block that prevented build workflow from starting Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 7aea4ad commit 3c4f2da

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-test-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
name: Build, test, package
32

43
on: [push,pull_request]
@@ -12,3 +11,4 @@ jobs:
1211
with:
1312
test-notebooks: false
1413
secrets:
14+
pypi_password: ${{ secrets.pypi_password }}

0 commit comments

Comments
 (0)