Skip to content

Commit 821e1b9

Browse files
authored
Merge pull request #549 from blacklanternsecurity/dev
updating gh-action-pypi-publish version
2 parents 65dca30 + b45fcbb commit 821e1b9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ jobs:
114114

115115
- name: Publish PyPi package
116116
if: github.ref == 'refs/heads/main' && env.VERSION_CHANGE == 'true'
117-
uses: pypa/gh-action-pypi-publish@release/v1.5
117+
uses: pypa/gh-action-pypi-publish@release/v1.12.3
118118
with:
119119
password: ${{ secrets.PYPI_API_TOKEN }}
120120

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "baddns"
3-
version = "1.5.0"
3+
version = "1.6.0"
44
description = "Check subdomains for subdomain takeovers and other DNS tomfoolery"
55
authors = ["liquidsec <[email protected]>"]
66
repository = "https://github.com/blacklanternsecurity/baddns"
@@ -56,4 +56,4 @@ build-backend = "poetry_dynamic_versioning.backend"
5656
[tool.poetry-dynamic-versioning]
5757
enable = true
5858
metadata = true
59-
format = '1.5.{distance}'
59+
format = '1.6.{distance}'

0 commit comments

Comments
 (0)