We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5dbd87b commit e4a19c9Copy full SHA for e4a19c9
.github/workflows/publish_package.yml
@@ -32,10 +32,10 @@ jobs:
32
- name: Build distribution
33
run: python -m build --sdist --wheel --outdir dist/
34
35
- - name: Publish distribution to TestPyPI for Validation
36
- uses: pypa/gh-action-pypi-publish@v1.8.14
37
- with:
38
- repository_url: https://test.pypi.org/legacy/
+ # - name: Publish distribution to TestPyPI for Validation
+ # uses: pypa/gh-action-pypi-publish@v1.8.14
+ # with:
+ # repository_url: https://test.pypi.org/legacy/
39
40
- name: Clear pip cache
41
run: pip cache purge
0 commit comments