Skip to content

Commit

Permalink
Fix publish pipeline (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
durandtibo authored Sep 25, 2022
1 parent 0241c5f commit 6929cd4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ on:
push:
tags:
- "v*.*.*"

jobs:
build:
runs-on: ubuntu-latest
Expand All @@ -12,4 +13,4 @@ jobs:
env:
GROUFI_PYPI_TOKEN: ${{ secrets.PYPI_TOKEN }}
run: |
make publish
poetry run make publish

0 comments on commit 6929cd4

Please sign in to comment.