mirror of https://github.com/Nonannet/copapy.git
twine upload issue fixed
This commit is contained in:
parent
c2f03b091f
commit
08e76c2d9e
|
|
@ -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:
|
||||||
|
|
|
||||||
|
|
@ -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"]
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue