Skip to content

Commit 97db6e9

Browse files
authored
Uncomment TestPyPI publish step in workflow
1 parent 95d88c3 commit 97db6e9

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/release-to-pypi.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,11 @@ jobs:
4040
4141
- name: Build package
4242
run: bash utils/build_package.sh
43-
# - name: Publish to TestPyPI
44-
# uses: pypa/gh-action-pypi-publish@release/v1
45-
# with:
46-
# repository-url: https://test.pypi.org/legacy/
47-
# packages-dir: dist/
43+
- name: Publish to TestPyPI
44+
uses: pypa/gh-action-pypi-publish@release/v1
45+
with:
46+
repository-url: https://test.pypi.org/legacy/
47+
packages-dir: dist/
4848

4949
- name: Publish to PyPI
5050
uses: pypa/gh-action-pypi-publish@release/v1

0 commit comments

Comments
 (0)