Skip to content

Commit

Permalink
second attempt to fix package metadata issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ariebovenberg committed Jan 31, 2025
1 parent b7ff679 commit b8ce695
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@ jobs:
- uses: actions/setup-python@v5
if : ${{ matrix.os == 'windows' }}
with:
python-version: '3.13'
# NOTE: we can't update to 3.13 here yet due to github.com/pypa/twine/issues/1146
python-version: '3.12'
architecture: ${{ matrix.python-architecture || 'x64' }}
allow-prereleases: true
- run: pip install -U twine
Expand Down
6 changes: 0 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -88,12 +88,6 @@ ignore_missing_imports = true
[tool.setuptools.packages]
find = { where = ["pysrc"] }

[tool.setuptools]
# FUTURE: remove this once PEP639 compatibility issue is solved
# Note that maturin build still includes the license files in the wheel.
# Nothing to worry about.
license-files = []

# Notes about the build configuration:
# We need setuptools_rust to support enabling/disabling building the Rust
# extension from source distributions.
Expand Down

0 comments on commit b8ce695

Please sign in to comment.