Skip to content

Commit e1d62da

Browse files
committed
4.2.80002 wheel
1 parent 833a848 commit e1d62da

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
run: |
6161
python -m pip install --upgrade pip setuptools wheel
6262
pip install mysqlclient==2.0.3
63-
pip install https://github.com/glencoesoftware/core/releases/download/v4.2.80001/cellprofiler_core-4.2.8-py3-none-any.whl
63+
pip install https://github.com/glencoesoftware/core/releases/download/v4.2.80002/cellprofiler_core-4.2.80002-py3-none-any.whl
6464
pip install .
6565
pip install wxpython==4.1.1
6666
pip install https://github.com/DavidStirling/prokaryote/releases/download/v2.4.5/prokaryote-2.4.5.tar.gz --no-cache-dir --no-build-isolation

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ def package_data():
6464
},
6565
install_requires=[
6666
"boto3>=1.12.28",
67-
"cellprofiler-core==4.2.8",
67+
"cellprofiler-core==4.2.80002",
6868
"centrosome~=1.2.3",
6969
"docutils==0.15.2",
7070
"h5py==3.6.0",

0 commit comments

Comments
 (0)