File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 59
59
CIBW_REPAIR_WHEEL_COMMAND_WINDOWS : " delvewheel repair -w {dest_dir} {wheel}"
60
60
CIBW_ARCHS : ${{ matrix.cibw_archs }}
61
61
CIBW_TEST_REQUIRES : numpy pandas pytest requests
62
- CIBW_TEST_COMMAND : pytest {project}/tests/python "not arrow"
62
+ CIBW_TEST_COMMAND : pytest {project}/tests/python -m "not arrow"
63
63
64
64
- name : Install Dependencies
65
65
run : python -m pip install --upgrade twine requests
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " Nyxus" ,
3
- "version" : " 0.7.0 " ,
4
- "containerId" : " polusai/nyxus:0.7.0 " ,
3
+ "version" : " 0.7.1 " ,
4
+ "containerId" : " polusai/nyxus:0.7.1 " ,
5
5
"title" : " Nyxus feature extraction" ,
6
6
"description" : " Nyxus feature extractor" ,
7
7
"author" : " friskluft + hsidky" ,
Original file line number Diff line number Diff line change 2
2
#define VERSIONH_INCLUDED
3
3
4
4
#define PROJECT_NAME "Nyxus"
5
- #define PROJECT_VER "0.7.0 "
5
+ #define PROJECT_VER "0.7.1 "
6
6
7
7
#endif // VERSIONH_INCLUDED
You can’t perform that action at this time.
0 commit comments