Skip to content

Update to 1.24

Update to 1.24 #35

Workflow file for this run

name: Release
on: push
jobs:
mingw:
runs-on: ubuntu-latest
strategy:
matrix:
version: ['1.24']
pyver: ['3.9', '3.10', '3.11', '3.12', '3.13']
steps:
- uses: actions/checkout@v4
- name: Build
run: docker pull openturns/archlinux-mingw && docker run -e MAKEFLAGS='-j4' -v `pwd`:/io openturns/archlinux-mingw /io/run_docker_build.sh ${{ matrix.version }} ${{ matrix.pyver }} `id -u` `id -g`
- name: Release
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
with:
files: |
otagrum-0.10-py${{ matrix.pyver }}-x86_64.exe
otfftw-0.15-py${{ matrix.pyver }}-x86_64.exe
otmixmod-0.17-py${{ matrix.pyver }}-x86_64.exe
otmorris-0.16-py${{ matrix.pyver }}-x86_64.exe
otrobopt-0.14-py${{ matrix.pyver }}-x86_64.exe
otsvm-0.14-py${{ matrix.pyver }}-x86_64.exe