Skip to content

Bump sphinx-rtd-theme from 2.0.0 to 3.0.1 in the all-dependencies gro… #1471

Bump sphinx-rtd-theme from 2.0.0 to 3.0.1 in the all-dependencies gro…

Bump sphinx-rtd-theme from 2.0.0 to 3.0.1 in the all-dependencies gro… #1471

Workflow file for this run

name: Build package / publish
on:
push:
branches: [ main ]
tags: [ "v*" ]
release:
types: [ published ]
# Check that package can be built even on PRs
pull_request:
branches: [ main ]
jobs:
publish:
uses: iiasa/actions/.github/workflows/publish.yaml@main
secrets:
PYPI_TOKEN: ${{ secrets.PYPI_TOKEN }}
TESTPYPI_TOKEN: ${{ secrets.TESTPYPI_TOKEN }}