Skip to content

Bump pybind11 from 3.0.1 to 3.0.4 #1313

Bump pybind11 from 3.0.1 to 3.0.4

Bump pybind11 from 3.0.1 to 3.0.4 #1313

name: Deploy Conda Packages
on:
push:
branches: [ "master" ]
tags: '*'
pull_request:
branches: [ "master" ]
permissions:
contents: write
jobs:
linux:
uses: MartinPdeS/MPSActions/.github/workflows/publish_compiled_package_to_anaconda.yml@master
with:
python_versions: '["3.11", "3.12", "3.13"]'
apt_package: 'libfftw3-double3 libfftw3-dev'
os_list: '["ubuntu-latest", "macos-latest"]'
secrets:
ANACONDA_API_TOKEN: ${{ secrets.ANACONDA_API_TOKEN }}