summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorAndrew Nelson <andyfaff@gmail.com>2023-01-30 21:03:38 +1100
committerAndrew Nelson <andyfaff@gmail.com>2023-01-30 21:03:38 +1100
commit25c9b78ccaabe3e99c749354a825dee0abfe620a (patch)
tree26958fd4bc82493d784fb38663ec12828c335cca /.github
parent4afd4d476bf7207faecb90239903281a25b39c45 (diff)
downloadnumpy-25c9b78ccaabe3e99c749354a825dee0abfe620a.tar.gz
BLD: dont upload sdist to nightly [wheel build]
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/wheels.yml6
1 files changed, 4 insertions, 2 deletions
diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml
index 0ce23c7f3..a9e9ea9d4 100644
--- a/.github/workflows/wheels.yml
+++ b/.github/workflows/wheels.yml
@@ -166,7 +166,8 @@ jobs:
runs-on: ubuntu-latest
env:
IS_PUSH: ${{ github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v') }}
- IS_SCHEDULE_DISPATCH: ${{ github.event_name == 'schedule' || github.event_name == 'workflow_dispatch' }}
+ # commented out so the sdist doesn't upload to nightly
+ # IS_SCHEDULE_DISPATCH: ${{ github.event_name == 'schedule' || github.event_name == 'workflow_dispatch' }}
steps:
- name: Checkout numpy
uses: actions/checkout@v3
@@ -219,7 +220,8 @@ jobs:
shell: bash -el {0}
env:
NUMPY_STAGING_UPLOAD_TOKEN: ${{ secrets.NUMPY_STAGING_UPLOAD_TOKEN }}
- NUMPY_NIGHTLY_UPLOAD_TOKEN: ${{ secrets.NUMPY_NIGHTLY_UPLOAD_TOKEN }}
+ # commented out so the sdist doesn't upload to nightly
+ # NUMPY_NIGHTLY_UPLOAD_TOKEN: ${{ secrets.NUMPY_NIGHTLY_UPLOAD_TOKEN }}
run: |
conda install -y anaconda-client
source tools/wheels/upload_wheels.sh