twine upload issue fixed

This commit is contained in:
Nicolas 2025-12-09 10:46:56 +01:00
parent c2f03b091f
commit 08e76c2d9e
2 changed files with 2 additions and 5 deletions

View File

@ -52,7 +52,7 @@ jobs:
platforms: all platforms: all
- name: Build wheels - name: Build wheels
uses: pypa/cibuildwheel@v3.2.0 uses: pypa/cibuildwheel@v3.3.0
env: env:
CIBW_ARCHS_LINUX: "x86_64 aarch64 armv7l" # i686 CIBW_ARCHS_LINUX: "x86_64 aarch64 armv7l" # i686
CIBW_ARCHS_MACOS: "x86_64 universal2" CIBW_ARCHS_MACOS: "x86_64 universal2"
@ -71,7 +71,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Install Twine - name: Install Twine
run: pip install twine run: pip install --force-reinstall twine==6.2.0
- uses: actions/download-artifact@v4 - uses: actions/download-artifact@v4
with: with:

View File

@ -24,9 +24,6 @@ Issues = "https://github.com/nonannet/copapy/issues"
requires = ["setuptools>=61.0", "wheel"] requires = ["setuptools>=61.0", "wheel"]
build-backend = "setuptools.build_meta" build-backend = "setuptools.build_meta"
[tool.setuptools]
license-files = []
[tool.setuptools.packages.find] [tool.setuptools.packages.find]
where = ["src"] where = ["src"]