diff --git a/.github/workflows/pypi.yml b/.github/workflows/pypi.yml new file mode 100644 index 00000000..459a5752 --- /dev/null +++ b/.github/workflows/pypi.yml @@ -0,0 +1,12 @@ +name: deploy + +on: + push: + tags: + - "*" + +jobs: + publish: + uses: NNPDF/workflows/.github/workflows/python-poetry-pypi.yml@v2 + secrets: + PYPI_TOKEN: ${{ secrets.PYPI_TOKEN }}