Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
goodwanghan committed Sep 29, 2020
1 parent 83adb9e commit d4dfcb6
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: make devenv
run: make dev
- name: Lint
run: make lint
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
with:
python-version: '3.x'
- name: Install dependencies
run: make devenv
run: make dev
- name: Build and publish
env:
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: make devenv
run: make dev
- name: Test
run: make test
- name: Coveralls
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ pip install triad

## Release History

### 0.4.1
* Improvement on group by apply
* Improvement on environment setup

### 0.4.0
* Prepare for Fugue open source

Expand Down

0 comments on commit d4dfcb6

Please sign in to comment.