Skip to content

Commit

Permalink
bump version, update release instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
aclowes committed May 7, 2018
1 parent 0f10d4b commit a517b04
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions CONTRIBUTING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -61,14 +61,17 @@ the test to run::
Making a Release
----------------

Tag the release_ on GitHub, naming it in the ``v0.0.0`` format.
Tag the release_ on GitHub, naming it in the ``v0.0.0`` format. Increment the version in
``setup.py`` to match.

.. _release: https://github.com/aclowes/yawn/releases/new

Build the frontend code, then bundle and release a source tarball. Finally, test
installing it::
installing it before uploading to the production PyPI server::

(cd frontend/ && yarn build)
./setup.py sdist upload -r https://test.pypi.org/legacy/
pip install -i https://testpypi.python.org/pypi yawns

./setup.py sdist upload -r https://upload.pypi.org/legacy/

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
# Versions should comply with PEP440. For a discussion on single-sourcing
# the version across setup.py and the project code, see
# https://packaging.python.org/en/latest/single_source_version.html
version='0.1.8',
version='0.1.9',

description='Yet Another Workflow Engine, a subprocess-based DAG execution system',
long_description=long_description,
Expand Down

0 comments on commit a517b04

Please sign in to comment.