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 c3769e0 commit d09a1c5Copy full SHA for d09a1c5
pypi.sh
@@ -3,11 +3,12 @@
3
# 1. Update version number in setup.py
4
# 2. Update CHANGELOG
5
# 3. Update README with new features/functions/tutorials
6
-# 4. Determine minimum dependencies with ./min.py
7
-# 5. Bump minimum dependencies
+# 4. Determine minimum versions and dependencies with ./min.py
+# 5. Bump minimum versions and dependencies
8
# a) setup.py
9
# b) requirements.txt
10
-# d) environment.yml
+# c) environment.yml
11
+# d) .github/worflows/github-actions.yml
12
# e) recipes/meta.yaml in conda-feedstock
13
# 6. Commit all above changes as the latest version number and push
14
#
0 commit comments