Skip to content

Commit 3b754df

Browse files
committed
Fix Python packaging
1 parent 75206b5 commit 3b754df

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,11 +63,11 @@ for:
6363

6464
# package hostpython
6565
- HOSTPYTHON_FILE_NAME=hostpython-macos-v$APPVEYOR_BUILD_VERSION.zip
66-
- pushd hostpython3
66+
- pushd dist/hostpython3
6767
- zip -r $HOSTPYTHON_FILE_NAME .
6868
- appveyor PushArtifact $HOSTPYTHON_FILE_NAME -DeploymentName hostpython-macos
6969
- popd
70-
- rm -rf hostpython3
70+
- rm -rf dist/hostpython3
7171

7272
# package the rest of dist
7373
- DIST_FILE_NAME=dist/python-ios-dist-v$APPVEYOR_BUILD_VERSION.tar.gz

0 commit comments

Comments
 (0)