File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 42
42
- name : Build pip artifacts
43
43
run : |
44
44
export HOST_UID=$(id -u)
45
- docker- compose -f docker-compose-build.yaml up --exit-code-from app --build
45
+ docker compose -f docker-compose-build.yaml up --exit-code-from app --build
46
46
echo "DJ_VERSION=${DJ_VERSION}" >> $GITHUB_ENV
47
47
- if : matrix.py_ver == '3.9' && matrix.distro == 'debian'
48
48
name : Add pip artifacts
87
87
COMPOSE_HTTP_TIMEOUT : " 120"
88
88
run : |
89
89
export HOST_UID=$(id -u)
90
- docker- compose -f LNX-docker-compose.yml up --build --exit-code-from app
90
+ docker compose -f LNX-docker-compose.yml up --build --exit-code-from app
91
91
lint :
92
92
runs-on : ubuntu-latest
93
93
strategy :
@@ -218,7 +218,7 @@ jobs:
218
218
- name : Publish pip release
219
219
run : |
220
220
export HOST_UID=$(id -u)
221
- docker- compose -f docker-compose-build.yaml run \
221
+ docker compose -f docker-compose-build.yaml run \
222
222
-e TWINE_USERNAME=${TWINE_USERNAME} -e TWINE_PASSWORD=${TWINE_PASSWORD} app \
223
223
sh -c "pip install twine && python -m twine upload dist/*"
224
224
- name : Login to DockerHub
Original file line number Diff line number Diff line change 13
13
- Fixed - ` Autopopulate.populate ` excludes ` reserved ` jobs in addition to ` ignore ` and ` error ` jobs
14
14
- Fixed - Issue [ #1159 ] ((https://github.com/datajoint/datajoint-python/pull/1159 ) (cascading delete) - PR [ #1160 ] ( https://github.com/datajoint/datajoint-python/pull/1160 )
15
15
- Changed - Minimum Python version for Datajoint-Python is now 3.8 PR #1163
16
+ - Fixed - ` docker compose ` commands in CI [ #1164 ] ( https://github.com/datajoint/datajoint-python/pull/1164 )
16
17
17
18
### 0.14.1 -- Jun 02, 2023
18
19
- Fixed - Fix altering a part table that uses the "master" keyword - PR [ #991 ] ( https://github.com/datajoint/datajoint-python/pull/991 )
You can’t perform that action at this time.
0 commit comments