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:
76
76
attestations : write
77
77
contents : write
78
78
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."
95
95
timeout-minutes : 5
You can’t perform that action at this time.
0 commit comments