Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .github/workflows/build-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ jobs:
MKL_NUM_THREADS: 1
OMP_NUM_THREADS: 1
OPENLAS_NUM_THREADS: 1
IS_SCHEDULE: ${{ github.event_name == 'schedule' }}
IS_PUSH: ${{ github.event_name == 'push' }}

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