Skip to content

Commit

Permalink
Publish to pypi 4.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mmghannam committed Dec 8, 2023
1 parent 7d826c2 commit 1f8c6c8
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 9 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:
arch: x86_64
# - os: macos-latest
# arch: arm64
# - os: macos-latest
# arch: x86_64
# - os: windows-latest
# arch: AMD64
- os: macos-latest
arch: x86_64
- os: windows-latest
arch: AMD64



Expand Down Expand Up @@ -59,7 +59,6 @@ jobs:

- uses: pypa/gh-action-pypi-publish@release/v1
with:
repository_url: https://test.pypi.org/legacy/
user: __token__
password: ${{ secrets.TESTPYPI_API_TOKEN }}
verbose: true
verbose: true
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ skip="pp* cp312*" # currently doesn't work with PyPy or CPython 3.12


[tool.cibuildwheel.linux]
skip="pp* cp312* cp36* cp37* cp38* cp39* cp310* *musllinux*"
skip="pp* cp312* *musllinux*"
before-all = [
"(apt-get update && apt-get install --yes wget) || yum install -y wget zlib libgfortran || brew install wget",
"wget https://github.com/mmghannam/scip/releases/download/v8.0.3/libscip-centos.zip -O scip.zip",
Expand All @@ -33,7 +33,7 @@ repair-wheel-command = [


[tool.cibuildwheel.windows]
skip="pp* cp36* cp37* cp312-*"
skip="pp* cp36* cp37* cp312*"
before-all = [
"choco install 7zip wget",
"wget https://github.com/mmghannam/scip/releases/download/v8.0.3/libscip-windows.zip -O scip.zip",
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@

setup(
name="PySCIPOpt",
version="4.3.1",
version="4.4.0",
description="Python interface and modeling environment for SCIP",
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 1f8c6c8

Please sign in to comment.