Skip to content

Merge pull request #269 from NNPDF/bump_deps #36

Merge pull request #269 from NNPDF/bump_deps

Merge pull request #269 from NNPDF/bump_deps #36

Workflow file for this run

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