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 85d28ee commit 4481eb5Copy full SHA for 4481eb5
.appveyor.yml
@@ -0,0 +1,18 @@
1
+os: Visual Studio 2015
2
+
3
+install:
4
+ - "SET PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%"
5
+ - "python --version"
6
+ - appveyor DownloadFile https://win.rustup.rs/ -FileName rustup-init.exe
7
+ - rustup-init -yv --default-toolchain nightly --default-host x86_64-pc-windows-msvc
8
+ - set PATH=%PATH%;%USERPROFILE%\.cargo\bin
9
+ - rustc -V
10
+ - cargo -V
11
+ - cargo install pyo3-pack
12
13
+build_script:
14
+- pyo3-pack build
15
16
+artifacts:
17
+ - path: '**/*.whl'
18
+ name: Wheels
0 commit comments