File tree 2 files changed +5
-1
lines changed
2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 24
24
egress-policy : block
25
25
allowed-endpoints : >
26
26
files.pythonhosted.org:443
27
+ ghcr.io:443
27
28
github.com:443
28
29
pypi.org:443
30
+ ruf-repo-cdn.sigstore.dev:443
29
31
upload.pypi.org:443
30
32
- name : Checkout Repository
31
33
uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: Publish Python 🐍 distributions 📦 to TestPyPI
3
3
on :
4
4
push :
5
5
tags :
6
- - ' v*'
6
+ - ' v*.*.* '
7
7
8
8
permissions :
9
9
contents : read
48
48
egress-policy : block
49
49
allowed-endpoints : >
50
50
files.pythonhosted.org:443
51
+ ghcr.io:443
51
52
github.com:443
52
53
pypi.org:443
54
+ ruf-repo-cdn.sigstore.dev:443
53
55
test.pypi.org:443
54
56
- name : Checkout Repository
55
57
uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
You can’t perform that action at this time.
0 commit comments