We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f007d51 commit b6ecab1Copy full SHA for b6ecab1
1 file changed
template/.github/workflows/release.yaml.jinja
@@ -58,12 +58,12 @@ jobs:
58
permissions:
59
id-token: write
60
steps:
61
- - name: Download Python package distributions
62
- uses: actions/download-artifact@v5
63
- with:
64
- name: python-package-distributions
65
- path: dist
66
- - name: Publish to TestPyPI
67
- uses: pypa/gh-action-pypi-publish@release/v1
68
69
- repository-url: https://test.pypi.org/legacy/
+ - name: Download Python package distributions
+ uses: actions/download-artifact@v5
+ with:
+ name: python-package-distributions
+ path: dist
+ - name: Publish to TestPyPI
+ uses: pypa/gh-action-pypi-publish@release/v1
+ repository-url: https://test.pypi.org/legacy/
0 commit comments