Skip to content

Commit 79c96fc

Browse files
authored
upgrade deployment (#6)
1 parent df7e4a4 commit 79c96fc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Checkout
2424
uses: actions/checkout@v3
2525
- name: Set up Python ${{ matrix.python-version }}
26-
uses: actions/setup-python@v3
26+
uses: actions/setup-python@v4
2727
with:
2828
python-version: ${{ matrix.python-version }}
2929
- name: Install Rust
@@ -35,8 +35,8 @@ jobs:
3535
- name: Install Cross-compilers (macOS)
3636
if: matrix.os == 'macos-latest'
3737
run: |
38-
brew install FiloSottile/musl-cross/musl-cross
39-
brew install mingw-w64
38+
rustup target add x86_64-apple-darwin
39+
rustup target add aarch64-apple-darwin
4040
- name: Publish Package
4141
uses: PyO3/maturin-action@v1
4242
with:

0 commit comments

Comments
 (0)