File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 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*.*
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments