Skip to content

Commit f630d74

Browse files
committed
Added upload to TestPyPI
1 parent 97d4a01 commit f630d74

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/publish.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,10 @@ jobs:
3131
python -m build
3232
python -m twine check dist/*
3333
34+
- name: Publish to TestPyPI
35+
uses: pypa/gh-action-pypi-publish@release/v1
36+
with:
37+
repository-url: https://test.pypi.org/legacy/
38+
3439
- name: Publish to PyPI
3540
uses: pypa/gh-action-pypi-publish@release/v1

0 commit comments

Comments
 (0)