We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95d88c3 commit 97db6e9Copy full SHA for 97db6e9
1 file changed
.github/workflows/release-to-pypi.yml
@@ -40,11 +40,11 @@ jobs:
40
41
- name: Build package
42
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/
+ - name: Publish to TestPyPI
+ uses: pypa/gh-action-pypi-publish@release/v1
+ with:
+ repository-url: https://test.pypi.org/legacy/
+ packages-dir: dist/
48
49
- name: Publish to PyPI
50
uses: pypa/gh-action-pypi-publish@release/v1
0 commit comments