Skip to content

Commit

Permalink
Improve documentation on release process
Browse files Browse the repository at this point in the history
  • Loading branch information
pyhys committed Jul 17, 2023
1 parent 554e82e commit 824e909
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -134,10 +134,10 @@ show:
dist: clean
@echo " "
@echo " "
python3 -m build
flit build
@echo " "
@echo " "
ls -l dist

upload:
python3 -m twine upload dist/*
flit publish
2 changes: 1 addition & 1 deletion docs/develop.rst
Original file line number Diff line number Diff line change
Expand Up @@ -466,7 +466,7 @@ Show test coverage report::

Also make tests using Delta DTB4824 hardware. See :ref:`testdtb4824`.

Test the source distribution generation (look in the :file:`PKG-INFO` file)::
Test the source distribution generation (look in the resulting :file:`PKG-INFO` file)::

make dist

Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ classifiers = [
"Operating System :: OS Independent",
"Operating System :: POSIX",
"Operating System :: Microsoft :: Windows",
"Operating System :: MacOS :: MacOS X",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.8",
Expand Down

0 comments on commit 824e909

Please sign in to comment.