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 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"