Skip to content

Commit

Permalink
heyoka.py 6.1.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
bluescarni committed Oct 10, 2024
1 parent 5d13981 commit a1238ad
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ if(NOT CMAKE_BUILD_TYPE)
FORCE)
endif()

project(heyoka.py VERSION 6.1.0 LANGUAGES CXX C)
project(heyoka.py VERSION 6.1.1 LANGUAGES CXX C)

list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake" "${CMAKE_CURRENT_SOURCE_DIR}/cmake/yacma")

Expand Down
8 changes: 8 additions & 0 deletions doc/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
Changelog
=========

6.1.1 (2024-10-10)
------------------

Fix
~~~

- Fix upload of binary wheels.

6.1.0 (2024-10-10)
------------------

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ requires = ['scikit-build-core', 'numpy >= 1.22, < 2']

[project]
name = 'heyoka'
version = '6.1.0'
version = '6.1.1'
description = "Python library for ODE integration via Taylor's method and LLVM"
readme = 'README.md'
requires-python = '>=3.5'
Expand Down
2 changes: 1 addition & 1 deletion tools/gha_manylinux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ cd /
# Upload to PyPI.
if [[ "${HEYOKA_PY_RELEASE_BUILD}" == "yes" ]]; then
/opt/python/${PYTHON_DIR}/bin/pip install twine
/opt/python/${PYTHON_DIR}/bin/twine upload -u __token__ ${GITHUB_WORKSPACE}/build/wheel/dist2/heyoka*
/opt/python/${PYTHON_DIR}/bin/twine upload -u __token__ ${GITHUB_WORKSPACE}/repaired_wheel/heyoka*
fi

set +e
Expand Down

0 comments on commit a1238ad

Please sign in to comment.