Skip to content

Merge pull request #310 from NNPDF/replace_nans #38

Merge pull request #310 from NNPDF/replace_nans

Merge pull request #310 from NNPDF/replace_nans #38

Workflow file for this run

name: deploy
on:
push:
tags:
- "*"
jobs:
publish:
uses: NNPDF/workflows/.github/workflows/python-poetry-pypi.yml@v2
with:
poetry-extras: "-E mark -E box"
secrets:
PYPI_TOKEN: ${{ secrets.PYPI_TOKEN }}