Skip to content

Commit

Permalink
packaging administrivia
Browse files Browse the repository at this point in the history
  • Loading branch information
rocky committed Nov 18, 2019
1 parent 6b73ddf commit 52fed81
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
4.1.2 2019-10-29 JNC
4.1.3 2019-10-29 JNC
====================

- Add magics for 3.5.8 and 3.5.9
Expand Down
5 changes: 3 additions & 2 deletions admin-tools/how-to-make-a-release.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,15 +58,16 @@

$ bash && echo $SHLVL # Go into a subshell to protect exit
$ source admin-tools/check-older-versions.sh
$ source admin-tools/check-newer-versions.sh
$ echo $SHLVL ; exit

# Make packages and tag

$ . ./admin-tools/make-dist-older.sh
$ pyenv local 3.8.0
$ twine check dist/xdis-$VERSION*
$ git tag release-python-2.4-$VERSION

$ . ./admin-tools/make-dist-newer.sh
$ twine check dist/xdis-$VERSION*

Goto https://github.com/rocky/python-xdis/releases

Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
entry_points = entry_points,
license = license,
long_description = long_description,
long_description_content_type = "text/x-rst",
name = modname,
packages = find_packages(),
py_modules = py_modules,
Expand Down

0 comments on commit 52fed81

Please sign in to comment.