Skip to content

Commit 20963b9

Browse files
authored
Merge pull request #622 from pydsigner/fix_python_workflow
Fix incorrect permissions in Python bindings Workflow
2 parents efca119 + 56a67ae commit 20963b9

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/python.yml

+1-4
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- 'v*'
77

88
permissions:
9-
contents: read
9+
contents: write
1010

1111
jobs:
1212
linux:
@@ -40,9 +40,6 @@ jobs:
4040
CIBW_MANYLINUX_AARCH64_IMAGE: quay.io/pypa/manylinux_2_28_aarch64
4141
CIBW_BEFORE_ALL: .ci/ensure-go.sh; cd bindings/py; go build -buildmode=c-shared -o src/minify/_minify.so
4242

43-
- name: Upload to GitHub Release
44-
uses: softprops/[email protected]
45-
if: startsWith(github.ref, 'refs/tags/')
4643
- name: Upload wheels
4744
uses: actions/upload-artifact@v3
4845
with:

0 commit comments

Comments
 (0)