From c156278cff1bc9d1187dbef333c19ccab488bed7 Mon Sep 17 00:00:00 2001 From: Chris Mutel Date: Mon, 19 Aug 2024 18:24:52 +0200 Subject: [PATCH] 0.7.dev3 --- .github/workflows/python-package-deploy.yml | 3 +++ stats_arrays/__init__.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/python-package-deploy.yml b/.github/workflows/python-package-deploy.yml index a188e7d..c699b51 100644 --- a/.github/workflows/python-package-deploy.yml +++ b/.github/workflows/python-package-deploy.yml @@ -24,6 +24,9 @@ jobs: pip install build --user + - name: Debug publication process + run: >- + echo $GITHUB_REF - name: Build a binary wheel and a source tarball run: >- python -m diff --git a/stats_arrays/__init__.py b/stats_arrays/__init__.py index 108c0e5..c3e4e71 100644 --- a/stats_arrays/__init__.py +++ b/stats_arrays/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.7.dev2" +__version__ = "0.7.dev3" __all__ = ( "BernoulliUncertainty",