Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update pyproject.toml
Co-authored-by: Eric Snow <ericsnowcurrently@gmail.com>
  • Loading branch information
corona10 and ericsnowcurrently authored Nov 30, 2022
commit c03a342d47d727ee1a7cb8f8c1583a833c666c0a
8 changes: 8 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# Update dependencies:
#
# - python3 -m pip install --user --upgrade pip-tools
# - git clean -fdx # remove all untracked files!
# - (pip-compile --upgrade -o requirements.txt requirements.in)
#
# Prepare a release:
#
# - git pull --rebase
# - Remove untracked files/dirs: git clean -fdx
# - maybe update version in pyperformance/__init__.py and doc/conf.py
Expand Down