We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2756278 commit b26f4f9Copy full SHA for b26f4f9
.github/workflows/wheels.yml
@@ -47,7 +47,7 @@ jobs:
47
mkdir dist
48
cp */*.{whl,gz} dist/.
49
- name: Publish distribution to Test PyPI
50
- if: github.event_name == 'push' && github.branch_name == 'test-publish')
+ if: github.event_name == 'push' && github.branch_name == 'test-publish'
51
uses: pypa/gh-action-pypi-publish@v1.13.0
52
with:
53
repository_url: https://test.pypi.org/legacy/
0 commit comments