Skip to content

Commit b6ecab1

Browse files
committed
style: add indentation
1 parent f007d51 commit b6ecab1

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

template/.github/workflows/release.yaml.jinja

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -58,12 +58,12 @@ jobs:
5858
permissions:
5959
id-token: write
6060
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-
with:
69-
repository-url: https://test.pypi.org/legacy/
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+
with:
69+
repository-url: https://test.pypi.org/legacy/

0 commit comments

Comments
 (0)