Skip to content

Commit

Permalink
Update build-deploy-all.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
brett-hodges authored Nov 19, 2024
1 parent eeffa63 commit e3188a3
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/build-deploy-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,18 @@ on:
branches:
- main

env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
PYPI_USERNAME: ${{ secrets.PYPI_USERNAME }}
PYPI_PASSWORD: ${{ secrets.PYPI_PASSWORD }}

permissions:
contents: write
pull-requests: write
packages: write
id-token: write
attestations: write

jobs:
build-and-publish:
runs-on: ubuntu-latest
Expand Down

0 comments on commit e3188a3

Please sign in to comment.