From 1cfbb4d2bfd5304ce9cbc756a35987cfd95b23b5 Mon Sep 17 00:00:00 2001 From: RichieHakim Date: Sat, 30 Sep 2023 17:58:47 -0400 Subject: [PATCH] lets see what happens here --- .github/workflows/pypi_release.yml | 1 + roicat/__init__.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pypi_release.yml b/.github/workflows/pypi_release.yml index 6ef4db9f..51d539ae 100644 --- a/.github/workflows/pypi_release.yml +++ b/.github/workflows/pypi_release.yml @@ -64,6 +64,7 @@ jobs: id-token: write # IMPORTANT: mandatory for sigstore steps: + - uses: actions/checkout@v4 - name: Download all the dists uses: actions/download-artifact@v3 with: diff --git a/roicat/__init__.py b/roicat/__init__.py index c26c6d11..a0d4118b 100644 --- a/roicat/__init__.py +++ b/roicat/__init__.py @@ -13,4 +13,4 @@ for pkg in __all__: exec('from . import ' + pkg) -__version__ = '1.1.20' \ No newline at end of file +__version__ = '1.1.21' \ No newline at end of file