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 7e2b422 commit d0d0e10Copy full SHA for d0d0e10
.appveyor.yml
@@ -11,7 +11,7 @@ install:
11
- cargo install pyo3-pack
12
13
build_script:
14
-- pyo3-pack build
+- pyo3-pack build --release
15
16
artifacts:
17
- path: '**/*.whl'
.travis.yml
@@ -37,8 +37,8 @@ install:
37
- rustup component add rustfmt
38
39
script:
40
- - pyo3-pack build
41
- cargo fmt --all -- --check
+ - pyo3-pack build --release
42
deploy:
43
provider: releases
44
api_key:
0 commit comments