File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 66jobs :
77 preview :
88 runs-on : ubuntu-latest
9+ permissions :
10+ id-token : write
11+ contents : read
912 steps :
1013 - uses : actions/checkout@v4
1114 with :
3740 run : |
3841 if curl -s -f https://test.pypi.org/pypi/socketsecurity/$VERSION/json > /dev/null; then
3942 echo "Version ${VERSION} already exists on Test PyPI"
40- echo "exists=true" >> $GITHUB_OUTPUT
43+ echo "exists=true" >> $GITHUB_`OUTPUT
4144 else
4245 echo "Version ${VERSION} not found on Test PyPI"
4346 echo "exists=false" >> $GITHUB_OUTPUT
Original file line number Diff line number Diff line change 66jobs :
77 release :
88 runs-on : ubuntu-latest
9+ permissions :
10+ id-token : write
11+ contents : read
912 steps :
1013 - uses : actions/checkout@v4
1114 with :
Original file line number Diff line number Diff line change 11__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