We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a5ceba commit c4fba17Copy full SHA for c4fba17
.github/workflows/release.yml
@@ -77,7 +77,6 @@ jobs:
77
python -m pip install dist/virtualizarr*.whl
78
python -c "import virtualizarr; print(virtualizarr.__version__)"
79
- name: Publish package to TestPyPI
80
- if: github.event_name == 'release'
81
uses: pypa/gh-action-pypi-publish@v1.12.4
82
with:
83
repository-url: https://test.pypi.org/legacy/
0 commit comments