Skip to content

Commit

Permalink
Add github publishing steps to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
barucAlmaguer committed Jul 17, 2023
1 parent dde77b4 commit b394c89
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -224,4 +224,9 @@ or:
`poetry publish -r valiot`
(if you already built the package)

After release, publish to github:
`cat pygqlc/__version__.py`
`gh release create`
`gh release upload v<#.#.#> ./dist/pygqlc-<#.#.#>-py3-none-any.whl`

and don't forget to keep the `CHANGELOG.md` updated!

0 comments on commit b394c89

Please sign in to comment.