Skip to content

Commit

Permalink
Update publish pipeline (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
durandtibo authored Sep 25, 2022
1 parent 6929cd4 commit 0d4dfea
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v3
with:
python-version: 3.9
- name: Install Poetry
uses: snok/install-poetry@v1
- name: Publish
env:
GROUFI_PYPI_TOKEN: ${{ secrets.PYPI_TOKEN }}
Expand Down

0 comments on commit 0d4dfea

Please sign in to comment.