We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d625b70 + 5825560 commit a8a1f08Copy full SHA for a8a1f08
.github/workflows/build-wheels.yml
@@ -44,6 +44,8 @@ jobs:
44
MKL_NUM_THREADS: 1
45
OMP_NUM_THREADS: 1
46
OPENLAS_NUM_THREADS: 1
47
+ IS_SCHEDULE: ${{ github.event_name == 'schedule' }}
48
+ IS_PUSH: ${{ github.event_name == 'push' }}
49
50
steps:
51
- uses: actions/checkout@v5
@@ -120,6 +122,7 @@ jobs:
120
122
# generated at anaconda.org for scientific-python-nightly-wheels
121
123
echo ${PWD}
124
if [ ${ANACONDA_UPLOAD} == true ]; then
125
+ echo "Uploading to ${ANACONDA_ORG}"
126
# main branches of these two packages
127
python --version
128
python -m pip install "cython<3" packaging
0 commit comments