Skip to content

Commit 09b8f9e

Browse files
authored
trusted publisher Pypi (#8)
1 parent 17398c2 commit 09b8f9e

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/build.yml

-2
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ jobs:
4343
if: >
4444
github.event_name == 'push' &&
4545
startsWith(github.ref, 'refs/tags') &&
46-
github.base_ref == 'main' &&
4746
github.actor == github.repository_owner
4847
uses: actions/upload-artifact@v4
4948
with:
@@ -53,6 +52,5 @@ jobs:
5352
if: >
5453
github.event_name == 'push' &&
5554
startsWith(github.ref, 'refs/tags') &&
56-
github.base_ref == 'main' &&
5755
github.actor == github.repository_owner
5856
uses: pypa/gh-action-pypi-publish@release/v1

notebook_httpdbg/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33

44
__all__ = ["load_ipython_extension", "unload_ipython_extension"]
55

6-
VERSION = "0.3.1"
6+
VERSION = "0.3.2"

0 commit comments

Comments
 (0)