File tree 3 files changed +8
-2
lines changed
3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 6
6
jobs :
7
7
preview :
8
8
runs-on : ubuntu-latest
9
+ permissions :
10
+ id-token : write
11
+ contents : read
9
12
steps :
10
13
- uses : actions/checkout@v4
11
14
with :
37
40
run : |
38
41
if curl -s -f https://test.pypi.org/pypi/socketsecurity/$VERSION/json > /dev/null; then
39
42
echo "Version ${VERSION} already exists on Test PyPI"
40
- echo "exists=true" >> $GITHUB_OUTPUT
43
+ echo "exists=true" >> $GITHUB_`OUTPUT
41
44
else
42
45
echo "Version ${VERSION} not found on Test PyPI"
43
46
echo "exists=false" >> $GITHUB_OUTPUT
Original file line number Diff line number Diff line change 6
6
jobs :
7
7
release :
8
8
runs-on : ubuntu-latest
9
+ permissions :
10
+ id-token : write
11
+ contents : read
9
12
steps :
10
13
- uses : actions/checkout@v4
11
14
with :
Original file line number Diff line number Diff line change 1
1
__author__ = 'socket.dev'
2
- __version__ = '2.0.20 '
2
+ __version__ = '2.0.21 '
You can’t perform that action at this time.
0 commit comments