Skip to content

Commit

Permalink
Trying to publish a wheel.
Browse files Browse the repository at this point in the history
assets.yml: disabling everything except for Manylinux/x64.
  • Loading branch information
rturrado committed Oct 9, 2023
1 parent 298790a commit fe4d541
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions .github/workflows/assets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:

jobs:
macos-x64:
#if: ${{ false }} # disable for now
if: ${{ false }} # disable for now
name: 'PyPI wheels for MacOS/x64'
runs-on: macos-latest
strategy:
Expand Down Expand Up @@ -116,6 +116,7 @@ jobs:
asset_content_type: application/zip

manylinux-arm64:
if: ${{ false }} # disable for now
name: 'PyPI wheels for Manylinux/ARM64'
runs-on: [self-hosted, ARM64, Linux]
container: quay.io/pypa/manylinux${{ matrix.manylinux }}_aarch64:latest
Expand Down Expand Up @@ -185,7 +186,7 @@ jobs:
asset_content_type: application/zip

windows-x64:
#if: ${{ false }} # disable for now
if: ${{ false }} # disable for now
name: 'PyPI wheels for Windows/x64'
runs-on: windows-latest
strategy:
Expand Down Expand Up @@ -229,13 +230,13 @@ jobs:

publish:
name: Publish
if: ${{ false }} # disable for now
#if: ${{ github.event_name == 'release' && github.event.action == 'created' }}
#if: ${{ false }} # disable for now
if: ${{ github.event_name == 'release' && github.event.action == 'created' }}
needs:
- macos-x64
#- macos-x64
- manylinux-x64
- manylinux-arm64
- windows-x64
#- manylinux-arm64
#- windows-x64
runs-on: ubuntu-latest
steps:
- name: Download artifacts
Expand Down

0 comments on commit fe4d541

Please sign in to comment.