Compare commits
13 Commits
main
...
45be58ca40
| Author | SHA1 | Date | |
|---|---|---|---|
|
45be58ca40
|
|||
|
55d4ce5a8e
|
|||
|
81ab4fd130
|
|||
|
fafa136ab2
|
|||
|
f127b57180
|
|||
|
8591ac29ba
|
|||
|
a6b2caaded
|
|||
|
46b2915516
|
|||
|
b9aaf0b6d9
|
|||
|
2671283d53
|
|||
|
f7f98f3acb
|
|||
|
e9c9d94dd1
|
|||
|
93e92dab0a
|
8
.github/workflows/ubuntu.yml
vendored
8
.github/workflows/ubuntu.yml
vendored
@@ -35,11 +35,7 @@ jobs:
|
|||||||
python -m build -w
|
python -m build -w
|
||||||
|
|
||||||
- name: Install wheel
|
- name: Install wheel
|
||||||
run: |
|
run: pip install dist/*
|
||||||
source .venv/bin/activate
|
|
||||||
pip install dist/*
|
|
||||||
|
|
||||||
- name: Test
|
- name: Test
|
||||||
run: |
|
run: python example_add.py
|
||||||
source .venv/bin/activate
|
|
||||||
python example_add.py
|
|
||||||
@@ -1,5 +1,5 @@
|
|||||||
add_rules("mode.release", "mode.debug")
|
add_rules("mode.release", "mode.debug")
|
||||||
add_requires("pybind11")
|
add_requires("python 3.12.3", "pybind11")
|
||||||
|
|
||||||
target("example")
|
target("example")
|
||||||
set_prefixdir("$(prefixdir)/$(pythondir)", { libdir = "" })
|
set_prefixdir("$(prefixdir)/$(pythondir)", { libdir = "" })
|
||||||
|
|||||||
Reference in New Issue
Block a user