We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4134599 commit 6c02da4Copy full SHA for 6c02da4
.github/workflows/cd.yml
@@ -35,11 +35,11 @@ jobs:
35
run: |
36
pytest test*
37
- name: Build dist
38
- if: github.ref == 'refs/heads/master'
+ if: github.ref == 'refs/heads/main'
39
40
python setup.py sdist bdist_wheel
41
- name: Publish to PyPI
42
43
uses: pypa/gh-action-pypi-publish@release/v1
44
with:
45
user: __token__
0 commit comments