We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30e8223 commit 85a9cd2Copy full SHA for 85a9cd2
.github/workflows/pr-preview.yml
@@ -40,7 +40,7 @@ jobs:
40
run: |
41
if curl -s -f https://test.pypi.org/pypi/socketsecurity/$VERSION/json > /dev/null; then
42
echo "Version ${VERSION} already exists on Test PyPI"
43
- echo "exists=true" >> $GITHUB_`OUTPUT
+ echo "exists=true" >> $GITHUB_OUTPUT
44
else
45
echo "Version ${VERSION} not found on Test PyPI"
46
echo "exists=false" >> $GITHUB_OUTPUT
socketsecurity/__init__.py
@@ -1,2 +1,2 @@
1
__author__ = 'socket.dev'
2
-__version__ = '2.0.21'
+__version__ = '2.0.22'
0 commit comments