Skip to content

Commit a9c830e

Browse files
committed
Add more conda forge release info
1 parent f979aee commit a9c830e

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

docs/contributor_guide/how-tos/release.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,14 @@ See [the SemVer FAQ](https://semver.org/#how-should-i-deal-with-revisions-in-the
6868
* On the right, click "Run workflow". This will present a menu, but you can leave it
6969
blank.
7070

71-
## Conda Forge release
71+
72+
## Step 3: Conda Forge release
73+
74+
:::{important}
75+
Before moving on to the Conda Forge release, ensure that JupyterGIS has released on PyPI.
76+
Check [the PyPI JupyterGIS page](https://pypi.org/project/jupytergis/) to see if the new
77+
release is present.
78+
:::
7279

7380
After the PyPI release, a Conda Forge bot will automatically open a PR on
7481
[our feedstock repo](https://github.com/conda-forge/jupytergis-packages-feedstock).
@@ -79,10 +86,17 @@ title `@conda-forge-admin, please update version`.
7986
If you need maintainer access to handle releases, you may request access by opening an
8087
issue with the title `@conda-forge-admin, please add user @my-username`.
8188

89+
:::{caution}
8290
If the dependencies of JupyterGIS have changed, the Conda Forge recipe must also be
8391
manually updated -- the bot will not do this for you, but it will likely warn you in a
8492
comment that it must be done.
93+
8594
Please update `recipe/meta.yaml` to reflect those changes.
95+
:::
96+
97+
Once the Conda Forge PR is merged, it may take up to an hour for it to be installable.
98+
You can monitor this on
99+
[the Anaconda.org JupyterGIS page](https://anaconda.org/conda-forge/jupytergis/files).
86100

87101
## Release assets
88102

0 commit comments

Comments
 (0)