Skip to content

Commit 8eea6e4

Browse files
authored
Always upload.
1 parent 29e3bf6 commit 8eea6e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build_wheels.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"test": "pip install --requirement requirements.txt && pytest",
2525
"test-if": 'true',
2626
"upload": "pip install --upgrade twine && twine upload --skip-existing dist/*",
27-
"upload-if": 'test "$(git tag --points-at HEAD)"',
27+
"upload-if": 'true',
2828
"wheels": " ".join(sorted(WHEELS)),
2929
"windows": '32 64'
3030
}

0 commit comments

Comments
 (0)