2 Commits

3 changed files with 8 additions and 2 deletions

View File

@@ -3,7 +3,7 @@ name: Build Python Wheels
on:
push:
#branches: [master]
branches: [master]
tags: ["v[0-9]+.[0-9]+.[0-9]+"]
jobs:

7
.gitignore vendored
View File

@@ -23,3 +23,10 @@ pip/*.cpp
pip/*.pyx
pip/*.pxd
pip/LICENSE
python/3rdparty/
python/LICENSE
python/README.md
python/TDMtermite.cpp
python/lib/

View File

@@ -17,7 +17,6 @@
#include <sstream>
#include <filesystem>
#include <regex>
#include <bit>
#include "pugixml.hpp"
#include "tdm_datamodel.hpp"