From a99e1fc4ea7b4ba6e3244eff087bb8c42f7b26b7 Mon Sep 17 00:00:00 2001 From: James Gaboardi Date: Fri, 25 Jun 2021 13:24:56 -0400 Subject: [PATCH] bump to v1.6.0.post2 -- release name issue --- .github/workflows/release_and_publish.yml | 2 +- spaghetti/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release_and_publish.yml b/.github/workflows/release_and_publish.yml index 284480ac..2d389b57 100644 --- a/.github/workflows/release_and_publish.yml +++ b/.github/workflows/release_and_publish.yml @@ -47,7 +47,7 @@ jobs: with: body: ${{ steps.changetxt.outputs.text }} body_path: ${{ steps.changetxt.outputs.path }} - name: Release ${{ github.ref }} + name: Release ${{ github.GITHUB_REF }} env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/spaghetti/__init__.py b/spaghetti/__init__.py index 336c5f92..ff514b4f 100644 --- a/spaghetti/__init__.py +++ b/spaghetti/__init__.py @@ -1,4 +1,4 @@ -__version__ = "1.6.0.post1" +__version__ = "1.6.0.post2" """ # `spaghetti` --- Spatial Graphs: Networks, Topology, & Inference