Skip to content

Commit

Permalink
Merge branch 'github-actions-sdist'
Browse files Browse the repository at this point in the history
  • Loading branch information
msakai committed Jan 11, 2021
2 parents a8fd0bd + b61b368 commit 29c2c00
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yaml
Expand Up @@ -47,6 +47,9 @@ jobs:
- name: Test
run: stack test ${{ matrix.flags }}

- name: Create source tarball
run: stack sdist

- name: Coveralls
if: matrix.coveralls
continue-on-error: true
Expand Down

0 comments on commit 29c2c00

Please sign in to comment.