Skip to content

Commit 4621d15

Browse files
committed
update target arch on deployment and gitignore
1 parent 5921060 commit 4621d15

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
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

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
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.

0 commit comments

Comments
 (0)