File tree Expand file tree Collapse file tree 1 file changed +15
-1
lines changed
docs/contributor_guide/how-tos Expand file tree Collapse file tree 1 file changed +15
-1
lines changed Original file line number Diff line number Diff line change @@ -68,7 +68,14 @@ See [the SemVer FAQ](https://semver.org/#how-should-i-deal-with-revisions-in-the
68
68
* On the right, click "Run workflow". This will present a menu, but you can leave it
69
69
blank.
70
70
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
+ :::
72
79
73
80
After the PyPI release, a Conda Forge bot will automatically open a PR on
74
81
[ our feedstock repo] ( https://github.com/conda-forge/jupytergis-packages-feedstock ) .
@@ -79,10 +86,17 @@ title `@conda-forge-admin, please update version`.
79
86
If you need maintainer access to handle releases, you may request access by opening an
80
87
issue with the title ` @conda-forge-admin, please add user @my-username ` .
81
88
89
+ :::{caution}
82
90
If the dependencies of JupyterGIS have changed, the Conda Forge recipe must also be
83
91
manually updated -- the bot will not do this for you, but it will likely warn you in a
84
92
comment that it must be done.
93
+
85
94
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 ) .
86
100
87
101
## Release assets
88
102
You can’t perform that action at this time.
0 commit comments