Skip to content

Commit

Permalink
Add publish instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunner committed Jun 5, 2024
1 parent 8beefed commit 108d9c7
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,18 @@ This section provides links to various parts of the documentation.
c2cgeoform makes use of the icons by [GLYPHICONS](http://glyphicons.com).
Make sure to comply with the [usage terms](http://glyphicons.com/license/) when
utilizing c2cgeoform.

## Publish

Update version in `setup.py`

```bash
make compile-catalog
git add setup.py
git commit -m "Create new release <version>"
git tag <version>
git push
git push origin <version>
python3 -m build
twine upload dist/*
```

0 comments on commit 108d9c7

Please sign in to comment.