diff options
author | mattip <matti.picus@gmail.com> | 2022-01-27 09:48:38 +0200 |
---|---|---|
committer | mattip <matti.picus@gmail.com> | 2022-01-27 09:48:38 +0200 |
commit | 873a9a92e5d49148291b8bda58a82f391ea8fabe (patch) | |
tree | 35d958619de5cecbc613f970eed305b565c711ca /.github | |
parent | 3832aa2926947db7c80df84b23de9cf9770d5dc7 (diff) | |
download | numpy-873a9a92e5d49148291b8bda58a82f391ea8fabe.tar.gz |
BUILD: use --skip instead of --force when uploading, like numpy-wheels
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 131e0d9cb..6386004d7 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -163,7 +163,7 @@ jobs: else python -m pip install git+https://github.com/Anaconda-Server/anaconda-client ls ./wheelhouse/*.whl - anaconda -t ${TOKEN} upload --force -u ${ANACONDA_ORG} ./wheelhouse/*.whl + anaconda -t ${TOKEN} upload --skip -u ${ANACONDA_ORG} ./wheelhouse/*.whl echo "PyPI-style index: https://pypi.anaconda.org/$ANACONDA_ORG/simple" fi fi |