Skip to content

Commit

Permalink
autorelease on push to master
Browse files Browse the repository at this point in the history
  • Loading branch information
HDembinski committed Jul 1, 2022
1 parent 34a7836 commit 1462c45
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 5 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Wheels

on:
push:
branches:
- master
workflow_dispatch:

jobs:
Expand Down
8 changes: 3 additions & 5 deletions doc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,9 @@ How to make a release
- Update `doc/changelog.rst` to released version and add today's date
- Note: A prerelease can be published simply by adding `.rcN` to `version`,
where N is a number >= 0
- Merge develop into master
- Option: do a `git rebase -i` to make history edits
- Manually trigger wheels job to build wheels and upload to PyPI
- If there are problems with the wheels, commit fixes to a branch, squash-merge
branch to develop and develop to master
- Merge develop into master, this triggers job to build wheels and upload to PyPI
- If there are problems with the wheels, commit fixes to a branch,
squash-merge to develop and then again develop to master
- Note: Upload uses API tokens configured in PyPI and Github "Secrets"
- Create release on Github
- tag: vX.Y.Z (matching `src/iminuit/version.py`)
Expand Down
7 changes: 7 additions & 0 deletions doc/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@
Changelog
=========

2.12.1 (July 1, 2022)
---------------------

Fixes
~~~~~
- ``cost.BarlowBeestonLite``: method "hpd" has been modified to fix performance in cases where bins are not dominated by a single template

2.12.0 (June 21, 2022)
----------------------

Expand Down

0 comments on commit 1462c45

Please sign in to comment.