Skip to content

v0.9.0

v0.9.0 #4

Workflow file for this run

# .github/workflows/python-publish.yml
name: Publish Python 🐍 distribution 📦 to PyPI and TestPyPI
on:
release:
types: [created]
jobs:
# check-codecov-token:
# runs-on: ubuntu-latestpwd
# steps:
# - name: Check PYPI_TOKEN
# run: echo "2 PYPI_TOKEN=${{ secrets.PYPI_TOKEN }}"
call-publish:
uses: casangi/toolviper/.github/workflows/python-publish-template.yml@main
with:
pypi-url: "https://pypi.org/project/astrohack"
secrets: inherit