Skip to content

Commit

Permalink
Merge pull request #622 from pydsigner/fix_python_workflow
Browse files Browse the repository at this point in the history
Fix incorrect permissions in Python bindings Workflow
  • Loading branch information
tdewolff committed Oct 30, 2023
2 parents efca119 + 56a67ae commit 20963b9
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- 'v*'

permissions:
contents: read
contents: write

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

- name: Upload to GitHub Release
uses: softprops/action-gh-release@v0.1.14
if: startsWith(github.ref, 'refs/tags/')
- name: Upload wheels
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 20963b9

Please sign in to comment.