Skip to content

Move symbolic model to amici._symbolic #13987

Move symbolic model to amici._symbolic

Move symbolic model to amici._symbolic #13987

Workflow file for this run

name: Deploy Branch
on: [push, pull_request, merge_group, workflow_dispatch]
jobs:
sdist:
name: Deploy Python Source Distribution
runs-on: ubuntu-24.04
strategy:
matrix:
python-version: ["3.12"]
steps:
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v6
with:
python-version: ${{ matrix.python-version }}
- uses: actions/checkout@v5
with:
fetch-depth: 20
- run: echo "AMICI_DIR=$(pwd)" >> $GITHUB_ENV
- name: Create AMICI sdist
run: |
scripts/buildSdist.sh
- name: "Upload artifact: sdist"
uses: actions/upload-artifact@v5
with:
name: sdist
path: python/sdist/dist/amici-*.gz