You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- wait a bit longer (30 minutes seems to sometimes work) for the CDN to have an updated copy. If a rebuild is needed use: @conda-forge-admin, please restart ci
136
137
- interpret-core:
137
138
- fork into a new github username repo from (if not already forked): https://github.com/conda-forge/interpret-core-feedstock
139
+
- sync the fork, if not already synced
138
140
- edit the local repo in github: https://github.com/<USERNAME>/interpret-core-feedstock/blob/main/recipe/meta.yaml
- wait a bit longer (30 minutes seems to sometimes work) for the CDN to have an updated copy. If a rebuild is needed use: @conda-forge-admin, please restart ci
151
153
- interpret:
152
154
- fork into a new github username repo from (if not already forked): https://github.com/conda-forge/interpret-feedstock
155
+
- sync the fork, if not already synced
153
156
- edit the local repo in github: https://github.com/<USERNAME>/interpret-feedstock/blob/main/recipe/meta.yaml
154
157
- update the version number
155
158
- update the github URL with the git hash
@@ -182,18 +185,21 @@ from interpret.provider import InlineProvider
182
185
set_visualize_provider(InlineProvider())
183
186
- re-run all the notebooks and check the visualizations again
184
187
185
-
- publish on PyPi:
188
+
- publish on PyPI:
186
189
- upload the sdist and bdist together:
187
190
- cd <PACKAGE_DOWNLOAD_DIRECTORY>
188
191
- pip install twine
189
192
- in an otherwise empty directory that only contains the 4 files (interpret bdist, interpret-core bdist, interpret sdist, interpret-core sdist), run
0 commit comments