Skip to content

Commit 5f83051

Browse files
committed
wheels [pypi]
1 parent 9d5449c commit 5f83051

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build_wheels.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ jobs:
1212
os: [ macos-12, macos-13, macos-13-xlarge, macos-14, ubuntu-latest, windows-latest ]
1313

1414
steps:
15-
- uses: awvwgk/setup-fortran@main
15+
- uses: fortran-lang/setup-fortran@main
1616
if: matrix.os == 'windows-latest'
1717
id: setup-fortran
1818
with:
1919
compiler: gcc
20-
version: 11
20+
version: 13
2121

2222
- run: ln -s $(which gfortran-12) /usr/local/bin/gfortran
2323
if: matrix.os != 'windows-latest'

camb/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
__author__ = "Antony Lewis"
99
__contact__ = "antony at cosmologist dot info"
1010
__url__ = "https://camb.readthedocs.io"
11-
__version__ = "1.5.7"
11+
__version__ = "1.5.8"
1212

1313
from . import baseconfig
1414

0 commit comments

Comments
 (0)