Skip to content

Commit ee48317

Browse files
committed
Update release action
1 parent 23aab36 commit ee48317

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/release-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,6 @@ jobs:
133133
path: dist/
134134

135135
- name: Publish to PyPI
136-
uses: pypa/gh-action-pypi-publish@release/v1
136+
uses: pypa/gh-action-pypi-publish@release/v1.12
137137
with:
138138
skip-existing: true

.github/workflows/test-package.yml

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

109109
- name: Publish to Test PyPI
110110
if: ${{ github.event_name == 'push' }}
111-
uses: pypa/gh-action-pypi-publish@release/v1
111+
uses: pypa/gh-action-pypi-publish@release/v1.12
112112
with:
113113
skip-existing: true
114114
repository-url: https://test.pypi.org/legacy/

poetry.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ classifiers = [
1515
"Programming Language :: Python :: 3",
1616
"Topic :: Security",
1717
]
18-
requires-python = ">=3.9.*,<3.13"
18+
requires-python = ">=3.9,<3.13"
1919
dependencies = [
2020
"psutil",
2121
"pyparsing",

0 commit comments

Comments
 (0)