Skip to content

Commit

Permalink
Merge pull request #131 from sameeul/v071
Browse files Browse the repository at this point in the history
Fix publish wheel workflow
  • Loading branch information
sameeul authored Aug 21, 2023
2 parents 0609891 + c1c7eae commit 696ee6b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
CIBW_REPAIR_WHEEL_COMMAND_WINDOWS: "delvewheel repair -w {dest_dir} {wheel}"
CIBW_ARCHS: ${{ matrix.cibw_archs }}
CIBW_TEST_REQUIRES: numpy pandas pytest requests
CIBW_TEST_COMMAND: pytest {project}/tests/python "not arrow"
CIBW_TEST_COMMAND: pytest {project}/tests/python -m "not arrow"

- name: Install Dependencies
run: python -m pip install --upgrade twine requests
Expand Down
4 changes: 2 additions & 2 deletions plugin.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Nyxus",
"version": "0.7.0",
"containerId": "polusai/nyxus:0.7.0",
"version": "0.7.1",
"containerId": "polusai/nyxus:0.7.1",
"title": "Nyxus feature extraction",
"description": "Nyxus feature extractor",
"author": "friskluft + hsidky",
Expand Down
2 changes: 1 addition & 1 deletion src/nyx/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
#define VERSIONH_INCLUDED

#define PROJECT_NAME "Nyxus"
#define PROJECT_VER "0.7.0"
#define PROJECT_VER "0.7.1"

#endif // VERSIONH_INCLUDED

0 comments on commit 696ee6b

Please sign in to comment.