Skip to content

configs and slurm exps #901

configs and slurm exps

configs and slurm exps #901

name: Semantic Release
on:
push:
branches:
- main # Change this to 'master' if your main branch is named 'master'
jobs:
release:
runs-on: ubuntu-latest
concurrency: release
permissions:
id-token: write
contents: write
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Python Semantic Release
uses: python-semantic-release/python-semantic-release@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}