Skip to content

Add public data and dictionary examples #1

Add public data and dictionary examples

Add public data and dictionary examples #1

Workflow file for this run

name: Python package
on:
push:
tags:
- "v*.*.*"
jobs:
build:
runs-on: ubuntu-latest
environment: Publishing to PyPI
steps:
- uses: actions/checkout@v3
- name: Build and publish to pypi
uses: JRubics/[email protected]
with:
pypi_token: ${{ secrets.PYPI_TOKEN }}