Skip to content

Commit b93e3cd

Browse files
author
Claude Subagent
committed
fix: Remove trailing whitespace from testpypi workflow
1 parent 198812c commit b93e3cd

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/testpypi.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,16 @@ jobs:
1414
- uses: actions/setup-python@v5
1515
with:
1616
python-version: "3.12"
17-
17+
1818
- name: Install build tools
1919
run: python -m pip install --upgrade build twine
20-
20+
2121
- name: Build distributions
2222
run: python -m build
23-
23+
2424
- name: Check distributions
2525
run: twine check dist/*
26-
26+
2727
- name: Publish to TestPyPI
2828
uses: pypa/gh-action-pypi-publish@release/v1
2929
with:
@@ -41,15 +41,15 @@ jobs:
4141
- uses: actions/setup-python@v5
4242
with:
4343
python-version: ${{ matrix.python-version }}
44-
44+
4545
- name: Wait for TestPyPI package
4646
run: sleep 30
47-
47+
4848
- name: Install from TestPyPI
4949
run: |
5050
pip install --index-url https://test.pypi.org/simple/ \
5151
--extra-index-url https://pypi.org/simple/ \
5252
zarr
53-
53+
5454
- name: Test import
5555
run: python -c "import zarr; print(zarr.__version__)"

0 commit comments

Comments
 (0)