Skip to content

Commit d0d0e10

Browse files
committed
Do release builds on Travis-CI and AppVeyor
(Since we may upload artifacts.)
1 parent 7e2b422 commit d0d0e10

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ install:
1111
- cargo install pyo3-pack
1212

1313
build_script:
14-
- pyo3-pack build
14+
- pyo3-pack build --release
1515

1616
artifacts:
1717
- path: '**/*.whl'

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ install:
3737
- rustup component add rustfmt
3838

3939
script:
40-
- pyo3-pack build
4140
- cargo fmt --all -- --check
41+
- pyo3-pack build --release
4242
deploy:
4343
provider: releases
4444
api_key:

0 commit comments

Comments
 (0)