Skip to content

689 doc as soon as new version of sweetbean is released update closed loop example bandit task #463

689 doc as soon as new version of sweetbean is released update closed loop example bandit task

689 doc as soon as new version of sweetbean is released update closed loop example bandit task #463

Workflow file for this run

name: Test PyPI Build
on:
pull_request:
merge_group:
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.x'
cache: 'pip'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install build
- name: Build package
run: python -m build