Skip to content

Commit

Permalink
Copy Musl Wheels For Publish (#482)
Browse files Browse the repository at this point in the history
  • Loading branch information
waahm7 authored Jun 15, 2023
1 parent 7431e2d commit 4625964
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions codebuild/cd/publish_to_prod_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ phases:
- mkdir dist
- cp -rv $CODEBUILD_SRC_DIR_aws_crt_python_windows/dist/* dist/
- cp -rv $CODEBUILD_SRC_DIR_aws_crt_python_manylinux1/dist/* dist/
- cp -rv $CODEBUILD_SRC_DIR_aws_crt_python_musllinux1_1/dist/* dist/
- cp -rv $CODEBUILD_SRC_DIR_aws_crt_python_osx/* dist/
- ls -la dist/
- cd aws-crt-python
Expand Down
1 change: 1 addition & 0 deletions codebuild/cd/publish_to_test_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ phases:
- mkdir dist
- cp -rv $CODEBUILD_SRC_DIR_aws_crt_python_windows/dist/* dist/
- cp -rv $CODEBUILD_SRC_DIR_aws_crt_python_manylinux1/dist/* dist/
- cp -rv $CODEBUILD_SRC_DIR_aws_crt_python_musllinux1_1/dist/* dist/
- cp -rv $CODEBUILD_SRC_DIR_aws_crt_python_osx/* dist/
- ls -la dist/
- cd aws-crt-python
Expand Down

0 comments on commit 4625964

Please sign in to comment.