Skip to content

Implement SDMX-REST API v2.1.0 (~SDMX 3.0) #461

Implement SDMX-REST API v2.1.0 (~SDMX 3.0)

Implement SDMX-REST API v2.1.0 (~SDMX 3.0) #461

Workflow file for this run

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