From e437fc50f49f2d72fde8e09f12ef042974f4e963 Mon Sep 17 00:00:00 2001 From: gcotone <15230109+gcotone@users.noreply.github.com> Date: Thu, 9 Jan 2020 10:36:00 +0100 Subject: [PATCH 1/2] bump version number --- README.md | 4 +--- setup.py | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 043288d..b083160 100644 --- a/README.md +++ b/README.md @@ -63,9 +63,7 @@ The following software is required: To install simply run: ``` -git clone https://github.com/napalm-automation-community/napalm-arubaos-switch -cd napalm-arubaoss-switch -pip3 install . +pip3 install napalm-arubaos-switch ``` ### Switch configuration diff --git a/setup.py b/setup.py index 6e88a72..afe915c 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ setup( name="napalm-arubaos-switch", - version="0.1.0", + version="0.1.1", packages=find_packages(), author="Guillermo Cotone", author_email="15230109+gcotone@users.noreply.github.com", From 4b4085861f47cf312a96647a5c792217b3b52e16 Mon Sep 17 00:00:00 2001 From: gcotone <15230109+gcotone@users.noreply.github.com> Date: Thu, 9 Jan 2020 10:45:46 +0100 Subject: [PATCH 2/2] auto-publish also when release are updated/edited --- .github/workflows/pythopublish.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pythopublish.yml b/.github/workflows/pythopublish.yml index 21f2f01..f993c00 100644 --- a/.github/workflows/pythopublish.yml +++ b/.github/workflows/pythopublish.yml @@ -2,7 +2,10 @@ name: Upload Python Package on: release: - types: [created] + types: + - created + - updated + - edited jobs: deploy: