Skip to content

Commit

Permalink
print
Browse files Browse the repository at this point in the history
  • Loading branch information
rtobar committed Nov 24, 2023
1 parent 482842b commit 485523f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy-to-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,10 @@ jobs:
for os_name, archs_envvar in combinations
for arch in json.loads(os.getenv(archs_envvar))
]
matrix = {"includes": includes}
matrix = {"include": includes}
with open(os.getenv("GITHUB_OUTPUT"), "at") as github_output:
github_output.write(f'matrix={json.dumps(matrix)}')
print(f"Calculated matrix strategy:\n{json.dumps(matrix, indent=2)}")
build_wheels:
name: Build wheels on ${{matrix.arch}} for ${{ matrix.os }}
Expand Down

0 comments on commit 485523f

Please sign in to comment.