We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17398c2 commit 09b8f9eCopy full SHA for 09b8f9e
.github/workflows/build.yml
@@ -43,7 +43,6 @@ jobs:
43
if: >
44
github.event_name == 'push' &&
45
startsWith(github.ref, 'refs/tags') &&
46
- github.base_ref == 'main' &&
47
github.actor == github.repository_owner
48
uses: actions/upload-artifact@v4
49
with:
@@ -53,6 +52,5 @@ jobs:
53
52
54
55
56
57
58
uses: pypa/gh-action-pypi-publish@release/v1
notebook_httpdbg/__init__.py
@@ -3,4 +3,4 @@
3
4
__all__ = ["load_ipython_extension", "unload_ipython_extension"]
5
6
-VERSION = "0.3.1"
+VERSION = "0.3.2"
0 commit comments