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
Copy file name to clipboardExpand all lines: setup.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@
17
17
"""
18
18
Release instruction:
19
19
- Check that tests run correctly with all CI tools.
20
-
- Change __version__ in setup.py, cornac/__init__.py, docs/source/conf.py.
20
+
- Change __version__ in pyproject.toml, cornac/__init__.py, docs/source/conf.py.
21
21
- Commit and release a version on GitHub, Actions will be triggered to build and upload to PyPI.
22
22
- Update conda-forge feedstock with new version and SHA256 hash of the new .tar.gz archive on PyPI (optional), the conda-forge bot will detect a new version and create PR after a while.
23
23
- Check on https://anaconda.org/conda-forge/cornac that new version is available for all platforms.
0 commit comments