Skip to content

Commit

Permalink
v2024.2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
janosh committed Feb 8, 2024
1 parent 8db5a24 commit 0a1035b
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# Runs the complete test suite incl. many external command line dependencies (like Openbabel)
# as well as the pymatgen.ext package. Coverage is computed based on this workflow.
name: Release
# Runs the complete test suite before making a PyPI release

on:
release:
Expand Down Expand Up @@ -56,7 +55,7 @@ jobs:
uses: actions/checkout@v4

- name: Build wheels
uses: pypa/[email protected].2
uses: pypa/[email protected].5
env:
CIBW_BUILD: cp${{ matrix.python-version }}-*

Expand Down
40 changes: 40 additions & 0 deletions docs/CHANGES.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
setup(
name="pymatgen",
packages=find_namespace_packages(include=["pymatgen.*", "pymatgen.**.*", "cmd_line"]),
version="2024.1.27",
version="2024.2.8",
python_requires=">=3.9",
install_requires=[
"matplotlib>=1.5",
Expand Down

0 comments on commit 0a1035b

Please sign in to comment.