Skip to content

Commit

Permalink
Grant proper release permission
Browse files Browse the repository at this point in the history
  • Loading branch information
dwoz committed Sep 7, 2024
1 parent 33c347c commit 7a0a87e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy-package-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ jobs:
build:
name: Publish Python Wheel
runs-on: ubuntu-latest
environment: release
steps:
- name: Download Source Tarball
uses: actions/download-artifact@v4
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,9 @@ jobs:
permissions:
contents: write
pull-requests: read
id-token: write
uses: ./.github/workflows/ci.yml
if: contains('["dwoz", "twangboy", "dmurphy18"]', github.actor)
with:
kind: "${{ inputs.kind }}"
package_command: "${{ inputs.package_command }}"
secrets:
PYPI_API_TOKEN: ${{ secrets.PYPI_API_TOKEN }}
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ where=src

[options.entry_points]
console_scripts =
gdbdbg = gdbdbg.dbg:main
gdbdbg-info = gdbdbg.dbg:main
gdbdbg-gdb = gdbdbg.gdbinit:main
gdbdbg-inject = gdbdbg.inject:main

Expand Down

0 comments on commit 7a0a87e

Please sign in to comment.