Skip to content

Commit 6c02da4

Browse files
committed
fix: rename master branch
1 parent 4134599 commit 6c02da4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,11 @@ jobs:
3535
run: |
3636
pytest test*
3737
- name: Build dist
38-
if: github.ref == 'refs/heads/master'
38+
if: github.ref == 'refs/heads/main'
3939
run: |
4040
python setup.py sdist bdist_wheel
4141
- name: Publish to PyPI
42-
if: github.ref == 'refs/heads/master'
42+
if: github.ref == 'refs/heads/main'
4343
uses: pypa/gh-action-pypi-publish@release/v1
4444
with:
4545
user: __token__

0 commit comments

Comments
 (0)