Skip to content

Commit

Permalink
Changes for building a release on my fork
Browse files Browse the repository at this point in the history
  • Loading branch information
not-jenni committed Jun 16, 2022
1 parent f9b3708 commit 2d9ff9f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/build_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,14 +50,14 @@ jobs:
experimental: false

# Macos packages.
- os: macos-latest
build_family: macos
build_package: py-compiler-pkg
experimental: true
- os: macos-latest
build_family: macos
build_package: py-runtime-pkg
experimental: true
# - os: macos-latest
# build_family: macos
# build_package: py-compiler-pkg
# experimental: true
# - os: macos-latest
# build_family: macos
# build_package: py-runtime-pkg
# experimental: true
env:
MANYLINUX_X86_64_IMAGE: gcr.io/iree-oss/manylinux2014_x86_64-release@sha256:2c6a9120a5f96bcf3b1dda4086d807682705b51fb9c6ee5b48a8756c436220bc

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/schedule_candidate_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
name: "Tag candidate release"
runs-on: ubuntu-18.04
# Don't run this in everyone's forks.
if: github.repository == 'google/iree'
# if: github.repository == 'google/iree'
steps:
- name: Checking out repository
uses: actions/checkout@7884fcad6b5d53d10323aee724dc68d8b9096a2e # v2
Expand All @@ -34,7 +34,7 @@ jobs:
uses: ad-m/github-push-action@40bf560936a8022e68a3c00e7d2abefaf01305a6 # v0.6.0
with:
github_token: ${{ secrets.WRITE_ACCESS_TOKEN }}
branch: ${{ github.ref_name }}
branch: releases
tags: true

- name: Create Release
Expand Down

0 comments on commit 2d9ff9f

Please sign in to comment.