Skip to content

Commit

Permalink
[#2]: Change build to main branch (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
NymanRobin authored Oct 4, 2021
1 parent 227ac6f commit b07ba5a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Build and publish Fellowship to PyPI and TestPyPI
on:
push:
branches:
- master
- main

jobs:
build-n-publish:
Expand Down
1 change: 1 addition & 0 deletions docs/requirements.in
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
file:.#egg=fellowship
Jinja2
attrs
genson
Expand Down
2 changes: 1 addition & 1 deletion fellowship/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
# Licensed under the BSD 3-Clause License.
# SPDX-License-Identifier: BSD-3-Clause

__version__ = '0.0.2'
__version__ = '0.0.3'

0 comments on commit b07ba5a

Please sign in to comment.