We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 491ef1b commit 6ba1c96Copy full SHA for 6ba1c96
2 files changed
.github/workflows/build.yml
@@ -171,7 +171,7 @@ jobs:
171
172
173
build-whl:
174
- name: Build distribution 📦
+ name: Build wheel 📦
175
runs-on: ubuntu-latest
176
177
steps:
script/package.py
@@ -292,6 +292,3 @@ def main() -> None:
292
293
if __name__ == "__main__":
294
main()
295
-if __name__ == "__main__":
296
- main()
297
0 commit comments