File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 3535 - name : Install Cross-compilers (macOS)
3636 if : matrix.os == 'macos-latest'
3737 run : |
38- rustup target add x86_64-unknown-linux-gnu
38+ rustup target add x86_64-apple-darwin
3939 rustup target add aarch64-apple-darwin
4040 - name : Publish Package
4141 uses : PyO3/maturin-action@v1
Original file line number Diff line number Diff line change 33__pycache__ /
44* .py [cod ]
55* $py.class
6+ .vscode /
67
78# C extensions
89* .so
@@ -100,7 +101,7 @@ ipython_config.py
100101# This is especially recommended for binary packages to ensure reproducibility, and is more
101102# commonly ignored for libraries.
102103# https://python-poetry.org/docs/basic-usage/#commit-your-poetrylock-file-to-version-control
103- # poetry.lock
104+ poetry.lock
104105
105106# pdm
106107# Similar to Pipfile.lock, it is generally recommended to include pdm.lock in version control.
You can’t perform that action at this time.
0 commit comments