You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You need to change the Visual Studio version if you are using a different version of Visual Studio. Visual Studio can be downloaded from [this link](https://www.visualstudio.com/vs/). The above commands generate some Visual Studio project files, open the Visual Studio project to build ThunderSVM. Please note that CMake should be 3.4 or above for Windows.
160
+
161
+
#### Build python wheel file
162
+
You have to ensure the repository is identical to the latest one.
- update the version you are going to release in [setup.py](https://github.com/Xtra-Computing/thundersvm/blob/1d320932c66e60610669165db25aa4a83e118a70/python/setup.py#L21)
176
+
```bash
177
+
python3 setup.py bdist_wheel
178
+
```
179
+
* Upload the wheel file to [Pypi.org](https://pypi.org)
180
+
```sybase
181
+
twine upload dist/* --verbose
182
+
```
183
+
*[Recommended] Draw a new release on [Release](https://github.com/Xtra-Computing/thundersvm/releases)
0 commit comments