File tree Expand file tree Collapse file tree 4 files changed +4
-6
lines changed Expand file tree Collapse file tree 4 files changed +4
-6
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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
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.30 "
9+ version = " 2.0.31 "
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.30 '
2+ __version__ = '2.0.31 '
33
You can’t perform that action at this time.
0 commit comments