We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e04c4e5 commit e2a026fCopy full SHA for e2a026f
.github/workflows/publish-to-pypi.yml
@@ -42,14 +42,6 @@ jobs:
42
run: |
43
python -m build --sdist --wheel --outdir dist/
44
working-directory: runtime
45
- - name: Publish distribution to Test PyPI
46
- uses: pypa/gh-action-pypi-publish@release/v1
47
- with:
48
- password: ${{ secrets.TEST_PYPI_API_TOKEN }}
49
- if: startsWith(github.ref, 'refs/tags')
50
- packages_dir: runtime/dist/
51
- repository_url: https://test.pypi.org/legacy/
52
- skip_existing: true
53
- name: Publish distribution to PyPI
54
if: startsWith(github.ref, 'refs/tags')
55
uses: pypa/gh-action-pypi-publish@release/v1
0 commit comments