We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66034c9 commit 90ea081Copy full SHA for 90ea081
.github/workflows/release.yaml
@@ -47,7 +47,7 @@ jobs:
47
- name: 🏗 Build package
48
run: poetry build --no-interaction
49
- name: 🚀 Publish to PyPi
50
- uses: pypa/gh-action-pypi-publish@v1.9.0
+ uses: pypa/gh-action-pypi-publish@v1.12.2
51
with:
52
verbose: true
53
print-hash: true
pyproject.toml
@@ -141,5 +141,5 @@ max-branches = 15
141
max-statements = 60
142
143
[build-system]
144
-requires = ["poetry-core>=1.0.0"]
+requires = ["poetry-core>=1.9.0"]
145
build-backend = "poetry.core.masonry.api"
0 commit comments