Skip to content

itkwidgets 1.0 Alpha 46 #40

itkwidgets 1.0 Alpha 46

itkwidgets 1.0 Alpha 46 #40

Workflow file for this run

name: Release
on:
release:
types: [published]
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Install build dependencies
run: python -m pip install --upgrade hatch
- name: Build
run: hatch build
- name: Publish package
uses: pypa/gh-action-pypi-publish@master
with:
user: __token__
password: ${{ secrets.PYPI_API_TOKEN }}