From 8d34251ea1a64d472a110e836c5ce1b3f4705613 Mon Sep 17 00:00:00 2001 From: cle-b Date: Sat, 11 Jan 2025 13:35:58 +0100 Subject: [PATCH 1/2] condition --- .github/workflows/build.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 62ab599..07709c8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -43,7 +43,6 @@ jobs: if: > github.event_name == 'push' && startsWith(github.ref, 'refs/tags') && - github.base_ref == 'main' && github.actor == github.repository_owner uses: actions/upload-artifact@v4 with: @@ -53,6 +52,5 @@ jobs: if: > github.event_name == 'push' && startsWith(github.ref, 'refs/tags') && - github.base_ref == 'main' && github.actor == github.repository_owner uses: pypa/gh-action-pypi-publish@release/v1 From eb21112d73b38805391ac28589d71a4fa57a8911 Mon Sep 17 00:00:00 2001 From: cle-b Date: Sat, 11 Jan 2025 13:36:27 +0100 Subject: [PATCH 2/2] version --- notebook_httpdbg/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notebook_httpdbg/__init__.py b/notebook_httpdbg/__init__.py index 778981f..1ad6f46 100644 --- a/notebook_httpdbg/__init__.py +++ b/notebook_httpdbg/__init__.py @@ -3,4 +3,4 @@ __all__ = ["load_ipython_extension", "unload_ipython_extension"] -VERSION = "0.3.1" +VERSION = "0.3.2"