Skip to content

Commit

Permalink
Merge pull request #26 from data-engineering-collective/fix-pypi-upload
Browse files Browse the repository at this point in the history
Fixes to enable PyPI upload
  • Loading branch information
DamianBarabonkovQC authored Mar 17, 2022
2 parents e567e13 + d9e1bc3 commit a41357b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ jobs:
include:
- numfocus_nightly: true
os: "ubuntu-latest"
pyarrow: "2.0.0"
pyarrow: "4.0.1"
python: "3.8"
- numfocus_nightly: false
os: "macos-latest"
pyarrow: "0.17.1"
pyarrow: "4.0.1"
python: "3.8"
continue-on-error: ${{ matrix.numfocus_nightly || matrix.pyarrow == 'nightly' }}

Expand All @@ -45,7 +45,7 @@ jobs:
shell: bash -l {0}

env:
IS_MASTER_BUILD: ${{ !matrix.numfocus_nightly && matrix.os == 'ubuntu-latest' && matrix.pyarrow == '0.17.1' && matrix.python == '3.8' }}
IS_MASTER_BUILD: ${{ !matrix.numfocus_nightly && matrix.os == 'ubuntu-latest' && matrix.pyarrow == '4.0.1' && matrix.python == '3.8' }}
IS_TAG: ${{ github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags')}}

steps:
Expand Down

0 comments on commit a41357b

Please sign in to comment.