Skip to content

Commit 1d08635

Browse files
committed
minor fixes
1 parent 033f509 commit 1d08635

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ jobs:
4141
uses: casperdcl/deploy-pypi@v2
4242
with:
4343
build: true
44+
requirements: 'build twine packaging>=24.2' # https://github.com/pypa/twine/issues/1216
4445
upload: ${{ github.event_name == 'push' && startsWith(github.ref, 'refs/tags') }}
4546
- if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
4647
name: Release

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[build-system]
2-
requires = ["setuptools>=77", "wheel", "setuptools_scm[toml]>=8"]
2+
requires = ["setuptools>=42", "wheel", "setuptools_scm[toml]>=3.4"]
33
build-backend = "setuptools.build_meta"
44

55
[tool.setuptools_scm]
@@ -27,7 +27,6 @@ readme = "README.rst"
2727
requires-python = ">=3.7"
2828
keywords = ["tab", "complete", "completion", "shell", "bash", "zsh", "argparse"]
2929
license = "Apache-2.0"
30-
license-files = ["LICENCE"]
3130
classifiers = [
3231
"Development Status :: 5 - Production/Stable",
3332
"Environment :: Console",

0 commit comments

Comments
 (0)