Skip to content

explicitly download nnpdf when building package #24

explicitly download nnpdf when building package

explicitly download nnpdf when building package #24

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 nnpdf" # pass your extras here
secrets:
PYPI_TOKEN: ${{ secrets.PYPI_TOKEN }}