Skip to content

Commit b26f4f9

Browse files
fix
1 parent 2756278 commit b26f4f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
mkdir dist
4848
cp */*.{whl,gz} dist/.
4949
- name: Publish distribution to Test PyPI
50-
if: github.event_name == 'push' && github.branch_name == 'test-publish')
50+
if: github.event_name == 'push' && github.branch_name == 'test-publish'
5151
uses: pypa/gh-action-pypi-publish@v1.13.0
5252
with:
5353
repository_url: https://test.pypi.org/legacy/

0 commit comments

Comments
 (0)