From 69b24d2ec85f0888a0405071822bb8ea94b6384b Mon Sep 17 00:00:00 2001 From: Arnav Date: Wed, 3 Mar 2021 12:23:22 +0530 Subject: [PATCH] Final CI fix (temp removal of arm) --- .github/workflows/publish.yml | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 4ea298f..d219519 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -13,12 +13,12 @@ jobs: include: - vers: i686 os: ubuntu-20.04 - - vers: aarch64 - os: ubuntu-20.04 + # - vers: aarch64 + # os: ubuntu-20.04 - vers: auto64 os: ubuntu-20.04 - - vers: ppc64le - os: ubuntu-20.04 + # - vers: ppc64le + # os: ubuntu-20.04 - vers: arm64 os: macos-10.15 - vers: universal2 @@ -113,7 +113,8 @@ jobs: tag_name: ${{ github.ref }} release_name: Release ${{ github.ref }} draft: false - body_path: CHANGELOG.md + body: | + Read CHANGELOG.md for viewing changes prerelease: false - uses: actions/download-artifact@v2 @@ -128,8 +129,8 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: upload_url: ${{ steps.create_release.outputs.upload_url }} # This pulls from the CREATE RELEASE step above, referencing it's ID to get its outputs object, which include a `upload_url`. See this blog post for more info: https://jasonet.co/posts/new-features-of-github-actions/#passing-data-to-future-steps - asset_path: dist/* - asset_name: Wheels + asset_path: dist + asset_name: Zip asset_content_type: application/zip - uses: pypa/gh-action-pypi-publish@master