Skip to content

Commit c7f55df

Browse files
committed
Add PyPI deploying workflow
1 parent 924e898 commit c7f55df

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

.github/workflows/pypi.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
name: deploy
2+
3+
on:
4+
push:
5+
tags:
6+
- "*"
7+
8+
jobs:
9+
publish:
10+
uses: NNPDF/workflows/.github/workflows/python-poetry-pypi.yml@v2
11+
secrets:
12+
PYPI_TOKEN: ${{ secrets.PYPI_TOKEN }}

0 commit comments

Comments
 (0)