diff --git a/.circleci/config.yml b/.circleci/config.yml index 7f9fe15..187d070 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -50,6 +50,10 @@ jobs: - run: name: Show installed pip packages command: pip list || true + - run: + name: Remove all from dist folder + command: | + rm -rf dist && mkdir dist - run: name: Build command: | @@ -66,6 +70,7 @@ jobs: steps: - attach_workspace: at: ~/. + - run: ls -a - run: name: Install twine command: | @@ -125,6 +130,7 @@ jobs: steps: - attach_workspace: at: ~/. + - run: ls -a - run: name: Authentication command: | @@ -190,4 +196,4 @@ workflows: branches: ignore: /.*/ tags: - only: /^v.*/ + only: /^v.*/ \ No newline at end of file diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 9836a90..ab31662 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1 +1 @@ -* @thinkh +* @phovea/core @phovea/datavisyn-core diff --git a/package.json b/package.json index 3d7d3e6..f1cb6b9 100644 --- a/package.json +++ b/package.json @@ -60,12 +60,12 @@ "iojs": ">= 3" }, "dependencies": { - "phovea_core": "^6.0.0" + "phovea_core": "^7.0.0" }, "name": "phovea_processing_queue", "description": "Process long-running tasks in the background using Celery.", "homepage": "https://phovea.caleydo.org", - "version": "6.0.0", + "version": "6.1.0", "author": { "name": "The Caleydo Team", "email": "contact@caleydo.org", diff --git a/requirements.txt b/requirements.txt index a5b35be..5be9d26 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ celery[redis,auth,msgpack]==4.2.2 -phovea_data_redis>=7.0.0,<8.0.0 -phovea_server>=7.0.0,<8.0.0 \ No newline at end of file +phovea_data_redis>=7.2.0,<8.0.0 +phovea_server>=7.2.0,<8.0.0 \ No newline at end of file