Skip to content

Commit

Permalink
WIP: Build "workflow-dev" packages for python 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
N-Dekker committed Jul 9, 2024
1 parent d2e5098 commit f903df4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-test-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
if: github.ref != 'refs/heads/master' && github.ref != 'refs/heads/main' && !startsWith(github.ref, 'refs/tags')
uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/[email protected]
with:
python3-minor-versions: '["8","11"]'
python3-minor-versions: '["10","11"]'
manylinux-platforms: '["_2_28-x64","2014-x64"]'
test-notebooks: true
secrets:
Expand Down

0 comments on commit f903df4

Please sign in to comment.