Skip to content

Commit

Permalink
remove: useless workflow
Browse files Browse the repository at this point in the history
add : permission to workflow
  • Loading branch information
Br4guette authored and Br4guette committed Jul 1, 2024
1 parent 3a758f1 commit efd365c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 41 deletions.
34 changes: 0 additions & 34 deletions .github/workflows/python-publish.yml

This file was deleted.

8 changes: 1 addition & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,12 @@ on:
jobs:
release:
runs-on: ubuntu-latest
permissions: write-all

strategy:
matrix:
python-versions: ['3.10']

permissions:
id-token: write
contents: write
issues: write
pull-requests: write
actions: write
repository-projects: write

outputs:
package_version: ${{ steps.variables_step.outputs.package_version }}
Expand Down

0 comments on commit efd365c

Please sign in to comment.