Skip to content

Merge pull request #23 from wheelerMT/fix-atom-renorm #1

Merge pull request #23 from wheelerMT/fix-atom-renorm

Merge pull request #23 from wheelerMT/fix-atom-renorm #1

Workflow file for this run

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