Skip to content

add stuff for feynpy #17

add stuff for feynpy

add stuff for feynpy #17

Workflow file for this run

name: release
on:
push:
tags:
- '*'
jobs:
stable:
runs-on: ubuntu-latest
container:
image: apnpucky/ubuntu-python-latexmk
steps:
- uses: APN-Pucky/make-python-action@main
with:
test: true
doc: true
coveralls: true
codacy-api-token: ${{ secrets.CODACY_PROJECT_TOKEN }}
pypi-token: ${{ secrets.pypi_token }}
gh-pages: true
gh-pages-folder: docs/build/html