Skip to content

Commit

Permalink
update pypi action
Browse files Browse the repository at this point in the history
  • Loading branch information
kungjim committed Sep 17, 2023
1 parent 90e27d4 commit 67ae908
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ jobs:
uses: pypa/cibuildwheel@v2.6.1
env:
CIBW_BEFORE_ALL_MACOS: >
uname -a
uname -a &&
brew install -y python-devel
CIBW_BEFORE_ALL_LINUX: >
cmake --version &&
yum install -y python3-devel python-devel
Expand All @@ -51,7 +52,6 @@ jobs:

- name: Build sdist
run: |
pip install pybind11 && sudo apt install python3-dev
pwd
pipx run build --sdist
- uses: actions/upload-artifact@v2
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ requires = [
build-backend = "setuptools.build_meta"

[tool.cibuildwheel]
build-verbosity = 3
manylinux-x86_64-image = "docker.io/kungjim/manylinux2014_x86_64_centos_rocksdb:48b8ce9"
manylinux-pypy_x86_64-image = "docker.io/kungjim/manylinux2014_x86_64_centos_rocksdb:48b8ce9"
manylinux-aarch64-image = "docker.io/kungjim/manylinux2014_aarch64_centos_rocksdb:b12cc8b"
Expand Down

0 comments on commit 67ae908

Please sign in to comment.