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
* Set poetry version to `1.8.5`
* Temporarily bring back poetry to latest version
* Revert "Temporarily bring back poetry to latest version"
This reverts commit d8cab89.
* Use latest poetry; Require python >= 3.9
* Run `poetry lock --no-update`
* Remove poetry configuration of `modern-installation`
* Add `poetry self add poetry-plugin-export` in docs workflow
* Update migration guide
* Trigger CI
* Update `pyproject.toml` and `poetry.lock`
* Update dependencies versions
* Update license to TOML format
* Update `[project]` and `[tool.poetry]`
* Use `[project.urls]`
* Bump artifact actions to v4
* Update development guide
Copy file name to clipboardExpand all lines: docs/development.rst
+1-1
Original file line number
Diff line number
Diff line change
@@ -129,7 +129,7 @@ Release checklist
129
129
Perform these actions before releasing a new starknet.py version
130
130
131
131
1. Bump package version in ``pyproject.toml``
132
-
2. Re-lock using ``poetry lock --no-update``
132
+
2. Re-lock using ``poetry lock``
133
133
3. Make a PR to development with name of format ``vMAJOR.MINOR.PATCHES-alpha`` and merge it making sure that the merge commit message is the same as PR name
134
134
4. Merge development into master without squashing
0 commit comments