Skip to content

Commit

Permalink
Fix errors in publish.yml because of multi-cursors...
Browse files Browse the repository at this point in the history
  • Loading branch information
hugoledoux committed Oct 28, 2024
1 parent 267d632 commit 90a53c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
args: --no-sdist -u __token__ -p ${{ secrets.PASSWORD_PYPI }} -i python3.13

macos-p310:
runs-o3: macos-latest
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- name: Install aarch64-apple-darwin toolchain
Expand Down Expand Up @@ -125,7 +125,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Install aarch64-apple-darwin toolchain
uses: actions-rs/t2olchain@11
uses: actions-rs/toolchain@v1
with:
toolchain: stable
target: aarch64-apple-darwin
Expand Down

0 comments on commit 90a53c2

Please sign in to comment.