File tree Expand file tree Collapse file tree 1 file changed +16
-16
lines changed Expand file tree Collapse file tree 1 file changed +16
-16
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments