Skip to content

Commit

Permalink
- trying it differently;
Browse files Browse the repository at this point in the history
  • Loading branch information
jaltmayerpizzorno committed Jan 11, 2024
1 parent 69857b6 commit 1979295
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/build-and-upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,15 +107,16 @@ jobs:
- name: Work around missing /tmp on Windows #"bash.exe: warning: could not find /tmp, please create!"
if: matrix.os == 'windows-latest'
run: |
(get-command git.exe).Path
(get-command sh.exe).Path
#(get-command git.exe).Path
#(get-command sh.exe).Path
sh -c "mkdir /tmp || true"
- name: Build source dist
if: matrix.upload_source
run: make sdist

- name: Build binary dist
run: bash -c "make bdist"
run: make bdist

- name: Check that all required platforms are included
if: matrix.os == 'macos-latest'
Expand Down

0 comments on commit 1979295

Please sign in to comment.