Skip to content

Commit efa0a22

Browse files
committed
wheels workflow
1 parent 8e6e228 commit efa0a22

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build_wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,4 +72,4 @@ jobs:
7272
env:
7373
TWINE_USERNAME: "__token__"
7474
TWINE_PASSWORD: ${{ secrets.PYPI_API_TOKEN }}
75-
run: twine upload $(find wheelhouse -type f -name '*.whl')
75+
run: twine upload wheelhouse/*.whl

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@
2828
"Operating System :: OS Independent",
2929
],
3030
python_requires=">=3.9",
31-
license_files = ("LICENSE.txt",),
31+
license_files = ("LICENSE",),
3232
)

0 commit comments

Comments
 (0)