Skip to content

Commit 14d6fa8

Browse files
ratalclaude
andcommitted
fix release: point License-File to LICENSE, revert twine pin
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent c04bb7f commit 14d6fa8

4 files changed

Lines changed: 6 additions & 3 deletions

File tree

.github/workflows/release-linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,5 +44,5 @@ jobs:
4444
TWINE_USERNAME: __token__
4545
TWINE_PASSWORD: ${{ secrets.PYPI_TOKEN }}
4646
run: |
47-
pip install "twine>=5.0"
47+
pip install twine
4848
twine upload dist/* --skip-existing

.github/workflows/release-macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,5 @@ jobs:
3434
TWINE_USERNAME: __token__
3535
TWINE_PASSWORD: ${{ secrets.PYPI_TOKEN }}
3636
run: |
37-
pip install "twine>=5.0"
37+
pip install twine
3838
twine upload dist/* --skip-existing

.github/workflows/release-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,5 @@ jobs:
3333
TWINE_USERNAME: __token__
3434
TWINE_PASSWORD: ${{ secrets.PYPI_TOKEN }}
3535
run: |
36-
pip install "twine>=5.0"
36+
pip install twine
3737
twine upload dist/* --skip-existing

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
[build-system]
22
requires = ["setuptools", "cython>=3.0", "numpy"]
33
build-backend = "setuptools.build_meta"
4+
5+
[tool.setuptools]
6+
license-files = ["LICENSE"]

0 commit comments

Comments
 (0)