Skip to content

Commit c7dac6b

Browse files
committed
try adding python-gil to 3.13 builds
1 parent b7893b6 commit c7dac6b

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/build-conda.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,6 @@ jobs:
5757

5858
- name: Upload to anaconda.org
5959
# to publish when a GitHub Release is created:
60-
# if: github.event_name == 'release' && github.event.action == 'released'
60+
if: github.event_name == 'release' && github.event.action == 'released'
6161
shell: bash -el {0}
6262
run: anaconda -t ${{ secrets.ANACONDA_TOKEN }} upload -u pysces ./build_output/*/pysces*.*

packaging/conda/meta.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,15 @@ requirements:
1919
- {{ compiler('fortran') }} # [unix]
2020
host:
2121
- python {{ python }}
22+
- python-gil # [py>=312]
2223
- numpy {{ numpy }}
2324
- meson>=1.2.3
2425
- meson-python<0.18.0
2526
- ninja
2627
- pip
2728
run:
2829
- python {{ python }}
30+
- python-gil # [py>=312]
2931
- numpy>=1.23.5
3032
- scipy
3133
- matplotlib

0 commit comments

Comments
 (0)