Skip to content

Commit

Permalink
Update release notes and build instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
vsalvino committed Jun 29, 2022
1 parent dcd71af commit d24b3bb
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
7 changes: 6 additions & 1 deletion docs/contributing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,11 @@ Publishing
----------

To create a python package, run the following, which will output the package to
the ``dist/`` directory::
the ``dist/`` directory. Be sure to first delete any existing build caches, as
those could include files from other builds and create broken wheels.

.. code-block:: shell
rm -r ./build/
rm -r ./dist/
python setup.py sdist bdist_wheel
6 changes: 6 additions & 0 deletions docs/releases.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,12 @@ Release Notes
the 1.x series as needed.


1.0.2
-----

* Fix broken 1.0.1 wheel caused by build cache issue.


1.0.1
-----

Expand Down

0 comments on commit d24b3bb

Please sign in to comment.