Skip to content

Commit

Permalink
relax docutils version (qua-platform#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
qguyk authored Mar 15, 2022
1 parent 08513e0 commit 602f6c1
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion .github/workflows/on-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,4 +63,13 @@ jobs:
( github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository )
uses: EnricoMi/publish-unit-test-result-action@v1
with:
files: ${{env.JUNIT_REPORT_PATH}}/*.xml
files: ${{env.JUNIT_REPORT_PATH}}/*.xml

- name: Upload dist
uses: actions/upload-artifact@v2
with:
name: python_pkg
path: |
dist/*.tar.gz
dist/*.whl
retention-days: 3
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ dash-core-components = "^2.0.0"
dash-bootstrap-components = "^1.0.0"
dash-cytoscape = "^0.3.0"
dash-table = "^5.0.0"
docutils = "^0.14.0"
docutils = ">=0.14.0"
dash-dangerously-set-inner-html = "^0.0.2"
waitress = "^2.0.0"
dill = { version = "^0.3.4", optional = true }
Expand Down

0 comments on commit 602f6c1

Please sign in to comment.