Skip to content

Fix example2 data format to npz (#82) #1

Fix example2 data format to npz (#82)

Fix example2 data format to npz (#82) #1

Workflow file for this run

name: Release pypi wheels
on:
push:
tags:
- '*'
workflow_dispatch:
jobs:
pypi-publish:
name: upload to pypi
runs-on: ubuntu-latest
# Specifying a GitHub environment is optional, but strongly encouraged
environment: release
permissions:
# IMPORTANT: this permission is mandatory for trusted publishing
id-token: write
steps:
# retrieve your distributions here
- name: Publish package distributions to pypi
uses: pypa/gh-action-pypi-publish@release/v1