Skip to content

Commit a8a1f08

Browse files
authored
Merge pull request #196 from bashtage/update-anaconda
More changes
2 parents d625b70 + 5825560 commit a8a1f08

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build-wheels.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ jobs:
4444
MKL_NUM_THREADS: 1
4545
OMP_NUM_THREADS: 1
4646
OPENLAS_NUM_THREADS: 1
47+
IS_SCHEDULE: ${{ github.event_name == 'schedule' }}
48+
IS_PUSH: ${{ github.event_name == 'push' }}
4749

4850
steps:
4951
- uses: actions/checkout@v5
@@ -120,6 +122,7 @@ jobs:
120122
# generated at anaconda.org for scientific-python-nightly-wheels
121123
echo ${PWD}
122124
if [ ${ANACONDA_UPLOAD} == true ]; then
125+
echo "Uploading to ${ANACONDA_ORG}"
123126
# main branches of these two packages
124127
python --version
125128
python -m pip install "cython<3" packaging

0 commit comments

Comments
 (0)