Skip to content

Commit

Permalink
Update CreateDistribution.txt to use 'build' instead of direct call t… (
Browse files Browse the repository at this point in the history
#82)

* Update CreateDistribution.txt to use 'build' instead of direct call to setup.py

* Spelling
  • Loading branch information
neilflood authored Jul 2, 2024
1 parent fd3616b commit 91375b8
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions CreateDistribution.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,17 @@ How to create a distribution of python-fmask.
5. Check out a clean copy of the repository into /tmp or
somewhere similar and 'cd' into it.
6. Create the distribution tarball, using
python setup.py sdist --formats=gztar,zip
This creates both a tar.gz and a zip, under a subdirectory called dist
7. Create checksums of each of these, e.g.
python -m build
This creates both a tar.gz and a wheel, under a subdirectory called dist
7. Create a checksum of the tar.gz, e.g.
sha256sum python-fmask-0.5.9.tar.gz > python-fmask-0.5.9.tar.gz.sha256
sha256sum python-fmask-0.5.9.zip > python-fmask-0.5.9.zip.sha256
8. Go to the https://github.com/ubarsc/python-fmask/releases page, and create a
new release by pressing "Draft a new release".
You should fill in the following:
Tag version: pythonfmask-A.B.C
Release Title: Version A.B.C
Description: Add a brief description (a few lines at most) explaining
the key points about this release.
Upload files: Add the tar.gz and zip files.
Click "Publish release"

Expand Down

0 comments on commit 91375b8

Please sign in to comment.