8000 Add DataMessage.update() · khaeru/sdmx@89a9944 · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Miscellaneous improvements for 2024-W16 #475

Miscellaneous improvements for 2024-W16

Miscellaneous improvements for 2024-W16 #475

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 }}
0