Skip to content

Commit c19da91

Browse files
committed
Fix inconsistent indentation.
1 parent 7c0c0da commit c19da91

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

.github/workflows/release.yml

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -76,20 +76,20 @@ jobs:
7676
attestations: write
7777
contents: write
7878
steps:
79-
- name: Download artifacts
80-
uses: actions/download-artifact@v5
81-
with:
82-
pattern: dist-*
83-
merge-multiple: true
84-
path: dist
85-
- name: Attest provenance
86-
uses: actions/attest-build-provenance@v2
87-
with:
88-
subject-path: dist/*
89-
- name: Upload to PyPI
90-
uses: pypa/gh-action-pypi-publish@release/v1
91-
- name: Create GitHub release
92-
env:
93-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
94-
run: gh release -R python-websockets/websockets create ${{ github.ref_name }} --notes "See https://websockets.readthedocs.io/en/stable/project/changelog.html for details."
79+
- name: Download artifacts
80+
uses: actions/download-artifact@v5
81+
with:
82+
pattern: dist-*
83+
merge-multiple: true
84+
path: dist
85+
- name: Attest provenance
86+
uses: actions/attest-build-provenance@v2
87+
with:
88+
subject-path: dist/*
89+
- name: Upload to PyPI
90+
uses: pypa/gh-action-pypi-publish@release/v1
91+
- name: Create GitHub release
92+
env:
93+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
94+
run: gh release -R python-websockets/websockets create ${{ github.ref_name }} --notes "See https://websockets.readthedocs.io/en/stable/project/changelog.html for details."
9595
timeout-minutes: 5

0 commit comments

Comments
 (0)