Skip to content

Commit

Permalink
fix: new version
Browse files Browse the repository at this point in the history
  • Loading branch information
SKairinos committed Nov 25, 2024
1 parent 83c518d commit 785eb0b
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,21 @@ name = "pypi"

## ℹ️ HOW-TO: Make the python-package editable.
#
# 1. Comment out the git-codeforlife package under [packages].
# 2. Comment out the git-codeforlife package under [dev-packages].
# 3. Uncomment the editable-codeforlife package under [dev-packages].
# 1. Comment out the non-editable codeforlife package under [packages].
# 2. Comment out the non-editable codeforlife package under [dev-packages].
# 3. Uncomment the editable codeforlife package under [dev-packages].
# 4. Run `pipenv install --dev` in your terminal.
#
# ⚠️ Make sure you revert these changes before pushing your changes or the
# pipeline will fail to install the python-package.
#
## ℹ️ HOW-TO: Install a new version of the python-package.
#
# 1. Uncomment the git-codeforlife package under [packages].
# 2. Uncomment the git-codeforlife package under [dev-packages].
# 3. Comment out the editable-codeforlife package under [dev-packages].
# 4. Set the ref key of the git-codeforlife packages under [packages] and
# [dev-packages] to have the same version number.
# 1. Uncomment the non-editable codeforlife package under [packages].
# 2. Uncomment the non-editable codeforlife package under [dev-packages].
# 3. Comment out the editable codeforlife package under [dev-packages].
# 4. Set the tag of the editable codeforlife packages under [packages] and
# [dev-packages] to have the same tag.
# 5. Run `pipenv install --dev` in your terminal.

[packages]
Expand Down

0 comments on commit 785eb0b

Please sign in to comment.