Skip to content

Commit 696ee6b

Browse files
authored
Merge pull request #131 from sameeul/v071
Fix publish wheel workflow
2 parents 0609891 + c1c7eae commit 696ee6b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/publish_pypi.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
CIBW_REPAIR_WHEEL_COMMAND_WINDOWS: "delvewheel repair -w {dest_dir} {wheel}"
6060
CIBW_ARCHS: ${{ matrix.cibw_archs }}
6161
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"
6363

6464
- name: Install Dependencies
6565
run: python -m pip install --upgrade twine requests

plugin.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"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",
55
"title": "Nyxus feature extraction",
66
"description": "Nyxus feature extractor",
77
"author": "friskluft + hsidky",

src/nyx/version.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
#define VERSIONH_INCLUDED
33

44
#define PROJECT_NAME "Nyxus"
5-
#define PROJECT_VER "0.7.0"
5+
#define PROJECT_VER "0.7.1"
66

77
#endif // VERSIONH_INCLUDED

0 commit comments

Comments
 (0)