We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 913d512 commit 5b6b4c6Copy full SHA for 5b6b4c6
.github/workflows/pr-preview.yml
@@ -42,9 +42,6 @@ jobs:
42
# Don't publish whl to test.pypi until it supports metadata 2.4
43
rm -rf dist/*.whl
44
45
- - name: Inspect built wheel
46
- run: unzip -p dist/*.whl '*/METADATA' | grep -E '^Name:|^Version:'
47
-
48
- name: Publish to Test PyPI
49
if: steps.version_check.outputs.exists != 'true'
50
uses: pypa/[email protected]
pyproject.toml
@@ -6,7 +6,7 @@ build-backend = "hatchling.build"
6
7
[project]
8
name = "socketsecurity"
9
-version = "2.0.29"
+version = "2.0.30"
10
requires-python = ">= 3.10"
11
license = {"file" = "LICENSE"}
12
dependencies = [
socketsecurity/__init__.py
@@ -1,3 +1,3 @@
1
__author__ = 'socket.dev'
2
-__version__ = '2.0.29'
+__version__ = '2.0.30'
3
0 commit comments