-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update README-new release with latest changes
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -61,7 +61,7 @@ This is a list of things to do before a release: | |
* git clone [email protected]:zeehio/parmap-feedstock.git | ||
* cd parmap-feedstock | ||
* git remote add conda-forge https://github.com/conda-forge/parmap-feedstock | ||
* git pull conda-forge master | ||
* git pull conda-forge main | ||
* git checkout -b parmap-new-upstream-v#.#.# | ||
* Edit recipe/meta.yaml | ||
+ Change the version at the top and the sha256 hash (from | ||
|
@@ -71,7 +71,7 @@ This is a list of things to do before a release: | |
checks and rules and merge it. | ||
* Wait for conda continuous integration to finish. Check that the new parmap is at https://anaconda.org/conda-forge/parmap/files | ||
|
||
- Bump the version in :code:`setup.cfg` to a valid development version | ||
- Bump the version in :code:`pyproject.toml` to a valid development version | ||
(appending :code:`.9000`). Update the version and release in | ||
:code:`docs/conf.py`. Commit and push. | ||
|
||
|