Skip to content

Commit

Permalink
GIT Altering default branch to main
Browse files Browse the repository at this point in the history
  • Loading branch information
thclark committed Nov 2, 2020
1 parent 7bf61a8 commit 9ba3479
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
token: ${{ secrets.CODECOV_TOKEN }}

publish:
if: contains(github.ref, 'master') || contains(github.ref, 'release/')
if: contains(github.ref, 'main') || contains(github.ref, 'release/')
runs-on: ubuntu-latest
needs: tests
steps:
Expand All @@ -58,7 +58,7 @@ jobs:
repository_url: https://test.pypi.org/legacy/
skip_existing: true
- name: Publish latest package to PyPI
if: contains(github.ref, 'master')
if: contains(github.ref, 'main')
uses: pypa/gh-action-pypi-publish@master
with:
user: __token__
Expand Down

0 comments on commit 9ba3479

Please sign in to comment.