Skip to content

Commit

Permalink
ops(ci): add delay to release command
Browse files Browse the repository at this point in the history
  • Loading branch information
jannismain committed Nov 8, 2023
1 parent 5fd17d7 commit 488c2f0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ release = """\
hatch run test:test
git tag -m 'bump version to '`hatch version` v`hatch version` --sign
git push --tags
echo "Forgot anything? Press CTRL+C to abort..."
sleep 5
hatch build --clean
hatch publish
gh release create v`hatch version` \
Expand Down

0 comments on commit 488c2f0

Please sign in to comment.