Skip to content

Commit

Permalink
added CHANGES.txt with link to readthedocs release notes. Updated Cre…
Browse files Browse the repository at this point in the history
…ateDistribution.txt to include checksum
  • Loading branch information
gillins committed Dec 24, 2021
1 parent 5c24920 commit bfa8d15
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 4 additions & 2 deletions CreateDistribution.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,14 @@ How to create a distribution of pyshepseg.
6. Create the distribution tarball, using
python setup.py sdist --formats=zip
This creates a zip file, under a subdirectory called dist
7. Go to the https://github.com/ubarsc/pyshepseg/releases page, and create a
7. Create a checksums this, e.g.
sha256sum pyshepseg-1.2.3.zip > pyshepseg-1.2.3.zip.sha256
8. Go to the https://github.com/ubarsc/pyshepseg/releases page, and create a
new release by pressing "Draft a new release".
You should fill in the following:
Tag version: pyshepseg-A.B.C
Release Title: Version A.B.C
Upload files: Add the zip file.
Upload files: Add the zip file and the checksum.
Click "Publish release"


Expand Down
2 changes: 2 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
include LICENSE.txt
include CHANGES.txt
include README.md

0 comments on commit bfa8d15

Please sign in to comment.