We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9173127 commit e5c3372Copy full SHA for e5c3372
RELEASING.md
@@ -1,8 +1,8 @@
1
1. Update the version in `src/array_api_extra/__init__.py`
2
-2. Update the lockfile with `pixi update` and `pixi install`
+2. Update the lockfile with `pixi update && pixi install`
3
3. Push your changes
4
4. Cut a release via the GitHub GUI
5
5. Update the version to `{next micro version}.dev0`
6
-6. Update the lockfile
+6. `pixi clean cache --pypi && pixi update && pixi install`
7
7. Push your changes
8
8. Merge the automated PR to conda-forge/array-api-extra-feedstock
pixi.lock
src/array_api_extra/__init__.py
@@ -13,7 +13,7 @@
13
sinc,
14
)
15
16
-__version__ = "0.6.0"
+__version__ = "0.6.1.dev0"
17
18
# pylint: disable=duplicate-code
19
__all__ = [
0 commit comments