Skip to content

Commit

Permalink
runs -> run
Browse files Browse the repository at this point in the history
  • Loading branch information
ehermes committed Mar 3, 2024
1 parent 4555b20 commit 556fda2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,25 +54,25 @@ jobs:
uses: actions/download-artifact@v4
with:
name: wheels-ubuntu-latest
- runs: mv -v wheels-ubuntu-latest/* dist/
- run: mv -v wheels-ubuntu-latest/* dist/

- name: Stage Windows
uses: actions/download-artifact@v4
with:
name: wheels-windows-latest
- runs: mv -v wheels-windows-latest/* dist/
- run: mv -v wheels-windows-latest/* dist/

- name: Stage MacOS 13
uses: actions/download-artifact@v4
with:
name: wheels-macos-13
- runs: mv -v wheels-macos-13/* dist/
- run: mv -v wheels-macos-13/* dist/

- name: Stage MacOS 14
uses: actions/download-artifact@v4
with:
name: wheels-macos-14
- runs: mv -v wheels-macos-14/* dist/
- run: mv -v wheels-macos-14/* dist/

- name: Upload with twine
env:
Expand Down

0 comments on commit 556fda2

Please sign in to comment.