Skip to content

Commit 64645a7

Browse files
committed
fix: Build debug
1 parent 586848f commit 64645a7

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -493,7 +493,7 @@ jobs:
493493
with:
494494
packages-dir: dist
495495
# Uncomment to use TestPyPI
496-
repository-url: https://test.pypi.org/legacy/
496+
# repository-url: https://test.pypi.org/legacy/
497497
verbose: true
498498
# Uncomment below for test runs, otherwise fails on existing packages being reuploaded
499499
skip-existing: true

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,6 @@ def get_platform_classifier(platform_name):
104104

105105
def get_current_platform():
106106
"""Determine the current platform name."""
107-
# Default platform detection
108107
if sys.platform == "win32":
109108
if platform.machine() == "ARM64":
110109
return "win_arm64"

0 commit comments

Comments
 (0)