We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2d2181 commit 6c449c7Copy full SHA for 6c449c7
.github/workflows/full-release.yml
@@ -53,7 +53,7 @@ jobs:
53
version_spec: ${{ github.event.inputs.version_spec }}
54
post_version_spec: ${{ github.event.inputs.post_version_spec }}
55
since: ${{ github.event.inputs.since }}
56
- since_last_stable: ${{ github.event.intputs.since_last_stable }}
+ since_last_stable: ${{ github.event.inputs.since_last_stable }}
57
steps_to_skip: ${{ github.event.inputs.steps_to_skip }}
58
59
- name: Publish Release
pyproject.toml
@@ -103,6 +103,7 @@ filterwarnings= [
103
# Fail on warnings
104
"error",
105
"ignore:Using deprecated setup.py invocation:UserWarning",
106
+ "module:Neither GITHUB_TOKEN nor GITHUB_JWT_TOKEN found:UserWarning",
107
]
108
109
[tool.mypy]
0 commit comments