Skip to content

Commit ad666c6

Browse files
committed
fix source distribution copy bug [ci publish]
1 parent 8aa43f5 commit ad666c6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
config-file: ".github/workflows/cibuildwheel_config.toml"
4141

4242
- name: Copy source distribution into wheelhouse
43-
if: runner.os == 'Linux'
43+
if: matrix.os == 'ubuntu-latest'
4444
run: mv dist/*.tar.gz wheelhouse/
4545

4646
# Upload binaries to the github artifact store

0 commit comments

Comments
 (0)