Skip to content

Commit 90ea081

Browse files
authored
fix(release): bump poetry-core and pypa/gh-action-pypi-publish (#14)
1 parent 66034c9 commit 90ea081

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
- name: 🏗 Build package
4848
run: poetry build --no-interaction
4949
- name: 🚀 Publish to PyPi
50-
uses: pypa/gh-action-pypi-publish@v1.9.0
50+
uses: pypa/gh-action-pypi-publish@v1.12.2
5151
with:
5252
verbose: true
5353
print-hash: true

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,5 +141,5 @@ max-branches = 15
141141
max-statements = 60
142142

143143
[build-system]
144-
requires = ["poetry-core>=1.0.0"]
144+
requires = ["poetry-core>=1.9.0"]
145145
build-backend = "poetry.core.masonry.api"

0 commit comments

Comments
 (0)