Skip to content

Commit 69b24d2

Browse files
committed
Final CI fix (temp removal of arm)
1 parent 3a8d812 commit 69b24d2

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

.github/workflows/publish.yml

+8-7
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ jobs:
1313
include:
1414
- vers: i686
1515
os: ubuntu-20.04
16-
- vers: aarch64
17-
os: ubuntu-20.04
16+
# - vers: aarch64
17+
# os: ubuntu-20.04
1818
- vers: auto64
1919
os: ubuntu-20.04
20-
- vers: ppc64le
21-
os: ubuntu-20.04
20+
# - vers: ppc64le
21+
# os: ubuntu-20.04
2222
- vers: arm64
2323
os: macos-10.15
2424
- vers: universal2
@@ -113,7 +113,8 @@ jobs:
113113
tag_name: ${{ github.ref }}
114114
release_name: Release ${{ github.ref }}
115115
draft: false
116-
body_path: CHANGELOG.md
116+
body: |
117+
Read CHANGELOG.md for viewing changes
117118
prerelease: false
118119

119120
- uses: actions/download-artifact@v2
@@ -128,8 +129,8 @@ jobs:
128129
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
129130
with:
130131
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
131-
asset_path: dist/*
132-
asset_name: Wheels
132+
asset_path: dist
133+
asset_name: Zip
133134
asset_content_type: application/zip
134135

135136
- uses: pypa/gh-action-pypi-publish@master

0 commit comments

Comments
 (0)