We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e6e228 commit efa0a22Copy full SHA for efa0a22
.github/workflows/build_wheels.yml
@@ -72,4 +72,4 @@ jobs:
72
env:
73
TWINE_USERNAME: "__token__"
74
TWINE_PASSWORD: ${{ secrets.PYPI_API_TOKEN }}
75
- run: twine upload $(find wheelhouse -type f -name '*.whl')
+ run: twine upload wheelhouse/*.whl
setup.py
@@ -28,5 +28,5 @@
28
"Operating System :: OS Independent",
29
],
30
python_requires=">=3.9",
31
- license_files = ("LICENSE.txt",),
+ license_files = ("LICENSE",),
32
)
0 commit comments