Skip to content

Commit d09a1c5

Browse files
committed
Updated dependency bumping instructions
1 parent c3769e0 commit d09a1c5

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

pypi.sh

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,12 @@
33
# 1. Update version number in setup.py
44
# 2. Update CHANGELOG
55
# 3. Update README with new features/functions/tutorials
6-
# 4. Determine minimum dependencies with ./min.py
7-
# 5. Bump minimum dependencies
6+
# 4. Determine minimum versions and dependencies with ./min.py
7+
# 5. Bump minimum versions and dependencies
88
# a) setup.py
99
# b) requirements.txt
10-
# d) environment.yml
10+
# c) environment.yml
11+
# d) .github/worflows/github-actions.yml
1112
# e) recipes/meta.yaml in conda-feedstock
1213
# 6. Commit all above changes as the latest version number and push
1314
#

0 commit comments

Comments
 (0)