Skip to content

Commit

Permalink
ci: fix deployment to testpypi after main branch rename
Browse files Browse the repository at this point in the history
  • Loading branch information
ap-- committed Jul 5, 2022
1 parent 5110230 commit d6deb80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run_pytests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
needs: [tests, typing]
name: deploy to test.pypi
runs-on: ubuntu-latest
if: github.event_name == 'push' && github.ref == 'refs/heads/master'
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
steps:
- uses: actions/checkout@v1
- name: Set up Python ${{ matrix.python-version }}
Expand Down

0 comments on commit d6deb80

Please sign in to comment.