diff options
author | mattip <matti.picus@gmail.com> | 2022-02-11 13:17:33 +0200 |
---|---|---|
committer | mattip <matti.picus@gmail.com> | 2022-02-11 13:17:33 +0200 |
commit | 5e2f0557c81ce9e3dcc81b366c368f86bd310c0c (patch) | |
tree | 15ce6479ab43c5252b521dfd2fdf99f4eb95ba19 /.github | |
parent | a2d91e6f5b3b2e192ae741798844e306a7854e85 (diff) | |
download | numpy-5e2f0557c81ce9e3dcc81b366c368f86bd310c0c.tar.gz |
BUILD: remove condition on upload step
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/wheels.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 9655f23f6..e3a036131 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -152,7 +152,7 @@ jobs: echo "ANACONDA_UPLOAD=false" >> $GITHUB_ENV fi - name: Upload wheels - if: ${{ env.TOKEN }} + # if: ${{ env.TOKEN }} # doesn't work shell: bash run: | # trigger an upload to |