Skip to content

Commit

Permalink
update wheels
Browse files Browse the repository at this point in the history
  • Loading branch information
drexlerd committed Mar 1, 2024
1 parent 652dbfb commit d09e05b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,6 @@ jobs:
run: cibuildwheel --platform linux --output-dir wheelhouse
env:
CIBW_BUILD_VERBOSITY: "1"
#CIBW_BEFORE_BUILD: |
# yum install -y wget
# bash .github/workflows/scripts/install_boost.sh
#CIBW_ENVIRONMENT: BOOST_ROOT="/project/boost_1_82_0"

- name: Upload to PyPI
env:
Expand Down
6 changes: 5 additions & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,12 @@ include pyproject.toml
include README.md
include requirements.txt
include setup.py
include tox.ini
include Config.cmake.in
include dependencies/benchmark/CMakeLists.txt
include dependencies/boost/CMakeLists.txt
include dependencies/googletest/CMakeLists.txt
include dependencies/pybind11/CMakeLists.txt
include dependencies/CMakeLists.txt
recursive-include api/python/ *
recursive-include examples/ *
recursive-include experiments/ *
Expand Down
3 changes: 2 additions & 1 deletion api/python/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
find_package(pybind11 CONFIG REQUIRED)
find_package(pybind11 CONFIG REQUIRED PATHS ${CMAKE_PREFIX_PATH} NO_DEFAULT_PATH)

pybind11_add_module(_dlplan MODULE)
target_sources(_dlplan
PRIVATE
Expand Down

0 comments on commit d09e05b

Please sign in to comment.