Skip to content

Commit

Permalink
Add PyPI deploying workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
alecandido committed Feb 19, 2023
1 parent 924e898 commit c7f55df
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
@@ -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 }}

0 comments on commit c7f55df

Please sign in to comment.