Skip to content

Commit

Permalink
post-release cleanup (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
dcottingham committed Jun 16, 2021
1 parent 5b2f688 commit d72d896
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/build.yml
Expand Up @@ -34,7 +34,6 @@ jobs:
parallel: true
flag-name: Python-${{ matrix.python-version }}
github-token: ${{ secrets.GITHUB_TOKEN }}
debug: true

coveralls_finish:
name: Report Coverage
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/publish.yml
Expand Up @@ -42,3 +42,7 @@ jobs:
run: |
make build
make publish
- name: Push updated version and tag
run: |
git push origin main
git push --tags origin
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -59,4 +59,4 @@ publish: env

# Bump version for next release - i.e. make version_bump part=[patch, minor, major]
version_bump: env
bump2version --verbose ${part}
bump2version ${part}

0 comments on commit d72d896

Please sign in to comment.