File tree Expand file tree Collapse file tree 3 files changed +2
-5
lines changed
Expand file tree Collapse file tree 3 files changed +2
-5
lines changed Original file line number Diff line number Diff line change 4242 # Don't publish whl to test.pypi until it supports metadata 2.4
4343 rm -rf dist/*.whl
4444
45- - name : Inspect built wheel
46- run : unzip -p dist/*.whl '*/METADATA' | grep -E '^Name:|^Version:'
47-
4845 - name : Publish to Test PyPI
4946 if : steps.version_check.outputs.exists != 'true'
5047 uses : pypa/gh-action-pypi-publish@v1.8.11
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ build-backend = "hatchling.build"
66
77[project ]
88name = " socketsecurity"
9- version = " 2.0.29 "
9+ version = " 2.0.30 "
1010requires-python = " >= 3.10"
1111license = {"file" = " LICENSE" }
1212dependencies = [
Original file line number Diff line number Diff line change 11__author__ = 'socket.dev'
2- __version__ = '2.0.29 '
2+ __version__ = '2.0.30 '
33
You can’t perform that action at this time.
0 commit comments