.. blogpost:: :title: Build onnx for Windows :keywords: onnx :date: 2018-04-16 :categories: module `onnx `_ is not necessarily up to date on `PyPI `_. To get the latest version, the simplest is to clone the project on github and set up a build like this one on `appveyor `_. But before that, you need to mofiy file ``appveyor.yml`` and a section for artifacts: :: artifacts: - path: '*.whl' name: onnx