We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df7e4a4 commit 79c96fcCopy full SHA for 79c96fc
.github/workflows/deploy.yml
@@ -23,7 +23,7 @@ jobs:
23
- name: Checkout
24
uses: actions/checkout@v3
25
- name: Set up Python ${{ matrix.python-version }}
26
- uses: actions/setup-python@v3
+ uses: actions/setup-python@v4
27
with:
28
python-version: ${{ matrix.python-version }}
29
- name: Install Rust
@@ -35,8 +35,8 @@ jobs:
35
- name: Install Cross-compilers (macOS)
36
if: matrix.os == 'macos-latest'
37
run: |
38
- brew install FiloSottile/musl-cross/musl-cross
39
- brew install mingw-w64
+ rustup target add x86_64-apple-darwin
+ rustup target add aarch64-apple-darwin
40
- name: Publish Package
41
uses: PyO3/maturin-action@v1
42
0 commit comments