Skip to content
This repository was archived by the owner on Sep 8, 2021. It is now read-only.
Open
Show file tree
Hide file tree
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
8 changes: 7 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand All @@ -66,6 +70,7 @@ jobs:
steps:
- attach_workspace:
at: ~/.
- run: ls -a
- run:
name: Install twine
command: |
Expand Down Expand Up @@ -125,6 +130,7 @@ jobs:
steps:
- attach_workspace:
at: ~/.
- run: ls -a
- run:
name: Authentication
command: |
Expand Down Expand Up @@ -190,4 +196,4 @@ workflows:
branches:
ignore: /.*/
tags:
only: /^v.*/
only: /^v.*/
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -1 +1 @@
* @thinkh
* @phovea/core @phovea/datavisyn-core
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -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
phovea_data_redis>=7.2.0,<8.0.0
phovea_server>=7.2.0,<8.0.0