We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8aa43f5 commit ad666c6Copy full SHA for ad666c6
1 file changed
.github/workflows/publish.yml
@@ -40,7 +40,7 @@ jobs:
40
config-file: ".github/workflows/cibuildwheel_config.toml"
41
42
- name: Copy source distribution into wheelhouse
43
- if: runner.os == 'Linux'
+ if: matrix.os == 'ubuntu-latest'
44
run: mv dist/*.tar.gz wheelhouse/
45
46
# Upload binaries to the github artifact store
0 commit comments