Skip to content

Commit

Permalink
Fix publish pipeline with flit
Browse files Browse the repository at this point in the history
  • Loading branch information
art049 committed Jun 1, 2022
1 parent 184153d commit 3036d3b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ tasks:

prepare-workspace:
cmds:
- poetry run python .github/release.py
- python .github/release.py
publish-release:
vars:
RELEASE_NOTE:
Expand All @@ -38,7 +38,7 @@ tasks:
- git tag v{{.NEW_VERSION}}
- git push --tags
- hub release create -d -t {{.RELEASE_BRANCH}} -m v{{.NEW_VERSION}} -m "$(cat {{.RELEASE_NOTE_FILE}} )" v{{.NEW_VERSION}}
- poetry publish --build
- flit publish --build

clean:
cmds:
Expand Down

0 comments on commit 3036d3b

Please sign in to comment.