Skip to content

Implement the SDMX 3.0 IM and read SDMX-ML 3.0 #275

Implement the SDMX 3.0 IM and read SDMX-ML 3.0

Implement the SDMX 3.0 IM and read SDMX-ML 3.0 #275

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 ]
jobs:
publish:
uses: iiasa/actions/.github/workflows/publish.yaml@main
secrets:
PYPI_TOKEN: ${{ secrets.PYPI_TOKEN }}
TESTPYPI_TOKEN: ${{ secrets.TESTPYPI_TOKEN }}