File tree 4 files changed +4
-6
lines changed
4 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -39,12 +39,10 @@ jobs:
39
39
if : steps.version_check.outputs.exists != 'true'
40
40
run : |
41
41
hatch build
42
- # Don't publish whl to test.pypi until it supports metadata 2.4
43
- rm -rf dist/*.whl
44
42
45
43
- name : Publish to Test PyPI
46
44
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
48
46
with :
49
47
repository-url : https://test.pypi.org/legacy/
50
48
verbose : true
Original file line number Diff line number Diff line change 66
66
67
67
- name : Publish to PyPI
68
68
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
70
70
71
71
- name : Login to Docker Hub
72
72
uses : docker/login-action@v3
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ build-backend = "hatchling.build"
6
6
7
7
[project ]
8
8
name = " socketsecurity"
9
- version = " 2.0.30 "
9
+ version = " 2.0.31 "
10
10
requires-python = " >= 3.10"
11
11
license = {"file" = " LICENSE" }
12
12
dependencies = [
Original file line number Diff line number Diff line change 1
1
__author__ = 'socket.dev'
2
- __version__ = '2.0.30 '
2
+ __version__ = '2.0.31 '
3
3
You can’t perform that action at this time.
0 commit comments