Skip to content

Commit 0bb8f7c

Browse files
committed
fix profile
1 parent 268ec4e commit 0bb8f7c

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/wheels.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ jobs:
1818
manylinux: auto
1919
command: build
2020
args: >
21-
--profile debug
2221
--manifest-path py-feos/Cargo.toml
2322
--out dist
2423
- name: Upload wheels
@@ -39,7 +38,6 @@ jobs:
3938
with:
4039
target: x86_64
4140
args: >
42-
--profile debug
4341
--manifest-path py-feos/Cargo.toml
4442
--out dist
4543
- name: Upload wheels
@@ -60,7 +58,6 @@ jobs:
6058
with:
6159
target: aarch64
6260
args: >
63-
--profile debug
6461
--manifest-path py-feos/Cargo.toml
6562
--out dist
6663
- name: Upload wheels
@@ -81,7 +78,6 @@ jobs:
8178
with:
8279
target: x64
8380
args: >
84-
--profile debug
8581
--manifest-path py-feos/Cargo.toml
8682
--out dist
8783
- name: Upload wheels

0 commit comments

Comments
 (0)