Skip to content

Commit

Permalink
ci: update public comment (#377)
Browse files Browse the repository at this point in the history
 * ci: update publish comment by @roedoejet
 * fix(docs): apply my PR feedback by @joanise

Co-authored-by: Aidan Pine <[email protected]>
  • Loading branch information
roedoejet authored and joanise committed Jul 3, 2024
1 parent 077afc2 commit b3d4e8f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pythonpublish.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# To create a release:
# - update the version number in g2p/_version.py
# - commit the changes
# - create an annotated tag with the version number, e.g.: git tag -a v2.0.1 -m "v2.0.1"
# - push the tag, which will trigger this pythonpublish release workflow
# - push the tag, which will trigger this pythonpublish release workflow and hatch build will build and publish using the tag version
# - note: only builds from tagged commits will have proper release versions, others will have dev versions

name: Publish g2p to PyPI and create a GitHub release

Expand Down

0 comments on commit b3d4e8f

Please sign in to comment.