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 586848f commit 64645a7Copy full SHA for 64645a7
.github/workflows/build.yml
@@ -493,7 +493,7 @@ jobs:
493
with:
494
packages-dir: dist
495
# Uncomment to use TestPyPI
496
- repository-url: https://test.pypi.org/legacy/
+ # repository-url: https://test.pypi.org/legacy/
497
verbose: true
498
# Uncomment below for test runs, otherwise fails on existing packages being reuploaded
499
skip-existing: true
setup.py
@@ -104,7 +104,6 @@ def get_platform_classifier(platform_name):
104
105
def get_current_platform():
106
"""Determine the current platform name."""
107
- # Default platform detection
108
if sys.platform == "win32":
109
if platform.machine() == "ARM64":
110
return "win_arm64"
0 commit comments