diff options
| -rw-r--r-- | tools/ci/cirrus_general.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/ci/cirrus_general.yml b/tools/ci/cirrus_general.yml index 8d88f582e..1300b844b 100644 --- a/tools/ci/cirrus_general.yml +++ b/tools/ci/cirrus_general.yml @@ -58,9 +58,9 @@ cirrus_wheels_upload_task: image: family/docker-builder platform: linux -# env: -# NUMPY_STAGING_UPLOAD_TOKEN: ENCRYPTED[] -# NUMPY_NIGHTLY_UPLOAD_TOKEN: ENCRYPTED[] + env: + NUMPY_STAGING_UPLOAD_TOKEN: ENCRYPTED[!5a69522ae0c2af9edb2bc1cdfeaca6292fb3666d9ecd82dca0615921834a6ce3b702352835d8bde4ea2a9ed5ef8424ac!] + NUMPY_NIGHTLY_UPLOAD_TOKEN: ENCRYPTED[!196422e6c3419a3b1d79815e1026094a215cb0f346fe34ed0f9d3ca1c19339df7398d04556491b1e0420fc1fe3713289!] upload_script: | apt-get install -y python3-venv python-is-python3 curl |
