Skip to content

Commit

Permalink
Clean up dev notes
Browse files Browse the repository at this point in the history
  • Loading branch information
eliben committed Nov 22, 2023
1 parent f6b8c00 commit 8af7134
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 26 deletions.
23 changes: 0 additions & 23 deletions _dev/NOTES

This file was deleted.

9 changes: 6 additions & 3 deletions _dev/TODO
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

New version
-----------

Expand All @@ -12,12 +11,16 @@ Distribution

python setup.py build sdist upload

After this:

python3 -m twine upload dist/*

Preparing a new release
-----------------------

* Run all tests with 3 before packaging
* Run all tests before packaging
* Make sure new version was updated everywhere appropriate
* Packaging done on Linux - run ``python setup.py build sdist`` (no 'upload' yet)
* Packaging done on Linux - run ``python setup.py build sdist``
* Untar the created ``dist/pss-x.y.tar.gz`` and make sure everything looks ok
* Create a virtual env for Python
* Use that virtual env executable to install the source tarball
Expand Down

0 comments on commit 8af7134

Please sign in to comment.