Skip to content

Commit

Permalink
fixing doc and publishing workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
claudioiac committed Feb 4, 2021
1 parent 64ff4c3 commit 7635cdc
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
name: Upload Python Package

on:
workflow_dispatch:

release:
types: [created]

Expand Down
4 changes: 4 additions & 0 deletions docs/source/contributing/how_to.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ Please report any issues on GitHub at https://github.com/ecmwf/aviso/issues

Below a few steps to guide the development:

* Clone Aviso repository::

git clone https://github.com/ecmwf/aviso.git

* Install Aviso following :ref:`getting_started` and then install development dependencies::

pip install -U -r tests/requirements-dev.txt
Expand Down
2 changes: 1 addition & 1 deletion pyaviso/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# version number for the application
__version__ = '0.9.1'
__version__ = '0.9.2'
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@
author_email="software.support@ecmwf.int",
license="Apache 2.0",
url='https://github.com/ecmwf/aviso',
description='Aviso is a notification application allowing users to send and receive custom events and to trigger '
'users workflows',
description="Time-critical notification system designed to trigger users' workflows across HPC and Cloud systems",
long_description=long_description,
long_description_content_type="text/markdown",
version=__version__,
packages=find_packages(exclude=("tests", "aviso-server")),
include_package_data=True,
Expand Down

0 comments on commit 7635cdc

Please sign in to comment.