Skip to content

Commit

Permalink
Release 0.1.7rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
langston-barrett committed Feb 10, 2021
1 parent 2b3173d commit 0a2f514
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Build and Test

on:
release:
types: [ published ]
push:
branches: [ master ]
pull_request:
Expand Down Expand Up @@ -67,7 +69,7 @@ jobs:
working-directory: ${{ github.workspace }}/tmp/sdist

- name: Publish package
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags') && matrix.python-version == 3.9
if: github.event_name == 'release' && startsWith(github.ref, 'refs/tags') && matrix.python-version == 3.9
uses: pypa/[email protected]
with:
user: __token__
Expand Down
9 changes: 6 additions & 3 deletions doc/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,13 @@ Changelog
..
TODO Uncomment this:
Version 0.1.7
-------------
Version 0.1.7
-------------

Released on February 10, 2021.

- Publish to PyPI via Github Actions.

To be released.

Version 0.1.6
-------------
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@


# Do not change the variable name. It's parsed by doc/conf.py script.
version = '0.1.6'
version = '0.1.7rc1'

requires = ['Sphinx >= 1.2', 'six']

Expand Down

0 comments on commit 0a2f514

Please sign in to comment.