diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0bf7526..8e758c7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -70,7 +70,7 @@ jobs: conan config set "storage.path=$env:GITHUB_WORKSPACE/conan_data" conan install --build=openssl --install-folder conan_build . - - uses: pypa/cibuildwheel@v2.15.0 + - uses: pypa/cibuildwheel@v2.16.5 env: MACOSX_DEPLOYMENT_TARGET: 10.14 @@ -98,5 +98,5 @@ jobs: - uses: pypa/gh-action-pypi-publish@v1.8.10 with: - user: jonathf + user: __token__ password: ${{ secrets.pypi_password }} diff --git a/README.rst b/README.rst index 834062e..cb84fbb 100644 --- a/README.rst +++ b/README.rst @@ -96,7 +96,7 @@ Usage with a routing engine >>> sol = problem_instance.solve(exploration_level=5, nb_threads=4) >>> print(sol.summary.duration) - 2344 + 2698 Installation ------------ diff --git a/pyproject.toml b/pyproject.toml index 5ccfd6b..41c43e4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ exclude = ''' [tool.cibuildwheel] test-command = 'python -c "import vroom"' build = "cp*" -skip = "*musllinux* cp312*" +skip = "*musllinux*" archs = "native" manylinux-x86_64-image = "quay.io/pypa/manylinux_2_28_x86_64"