Skip to content

Commit

Permalink
Versions
Browse files Browse the repository at this point in the history
  • Loading branch information
tgsmith61591 committed Nov 8, 2024
1 parent 25c8807 commit 2632903
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ jobs:
# we'll need packaging, numpy, and cython to build this. let install_requires do all the
# rest of the work. We build with our lowest supported numpy version to make sure there is no regression
pip install "packaging>=17.1" "numpy~=1.19.3" "cython>=0.29,!=0.29.18,!=0.29.31"
make requirements
python setup.py sdist
cd dist
Expand Down Expand Up @@ -208,7 +208,7 @@ jobs:
steps:
- checkout
- restore-whl-file:
key: "3.8"
key: "3.9"
- deploy-to-pypi

deploy-cpython39-whl:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nightly_cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ jobs:
- name: Setting up Python
uses: actions/setup-python@v4
with:
python-version: '3.8'
python-version: '3.9'

- name: Posting to Slack
uses: 8398a7/action-slack@v3
Expand Down

0 comments on commit 2632903

Please sign in to comment.