File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff 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__)"
You can’t perform that action at this time.
0 commit comments