Skip to content

Commit e10dc13

Browse files
committed
Version bump
1 parent 5b6b4c6 commit e10dc13

File tree

4 files changed

+4
-6
lines changed

4 files changed

+4
-6
lines changed

.github/workflows/pr-preview.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,10 @@ jobs:
3939
if: steps.version_check.outputs.exists != 'true'
4040
run: |
4141
hatch build
42-
# Don't publish whl to test.pypi until it supports metadata 2.4
43-
rm -rf dist/*.whl
4442
4543
- name: Publish to Test PyPI
4644
if: steps.version_check.outputs.exists != 'true'
47-
uses: pypa/gh-action-pypi-publish@v1.8.11
45+
uses: pypa/gh-action-pypi-publish@v1.12.4
4846
with:
4947
repository-url: https://test.pypi.org/legacy/
5048
verbose: true

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
6767
- name: Publish to PyPI
6868
if: steps.version_check.outputs.pypi_exists != 'true'
69-
uses: pypa/gh-action-pypi-publish@v1.8.11
69+
uses: pypa/gh-action-pypi-publish@v1.12.4
7070

7171
- name: Login to Docker Hub
7272
uses: docker/login-action@v3

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build-backend = "hatchling.build"
66

77
[project]
88
name = "socketsecurity"
9-
version = "2.0.30"
9+
version = "2.0.31"
1010
requires-python = ">= 3.10"
1111
license = {"file" = "LICENSE"}
1212
dependencies = [

socketsecurity/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
__author__ = 'socket.dev'
2-
__version__ = '2.0.30'
2+
__version__ = '2.0.31'
33

0 commit comments

Comments
 (0)