Skip to content

Commit 4ba9fb3

Browse files
committed
Do not delete dist/hostpython3
1 parent 7872a00 commit 4ba9fb3

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.appveyor.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,7 @@ for:
6161
- toolchain build python3
6262
- ls dist
6363

64-
# remove hostpython
65-
- rm -rf dist/hostpython3
66-
67-
# package the rest of dist
64+
# package dist
6865
- DIST_FILE_NAME=dist/python-ios-dist-v$APPVEYOR_BUILD_VERSION.tar.gz
6966
- tar -czvf $DIST_FILE_NAME dist/*
7067
- appveyor PushArtifact $DIST_FILE_NAME -DeploymentName python-dist-macos

0 commit comments

Comments
 (0)