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 ed05bc5 commit 84847d5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-deploy-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
env:
PYPI_USERNAME: ${{ secrets.PYPI_USERNAME }}
PYPI_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
GH_TOKEN: ${{ secrets.GITOPS_PAT }}
GH_TOKEN: ${{ secrets.GH_TOKEN }}

steps:
# Checkout the repository
Expand Down Expand Up @@ -45,8 +45,8 @@ jobs:
run: |
bump2version patch # You can specify 'patch', 'minor', or 'major' based on your versioning needs
env:
GH_TOKEN: ${{ secrets.GITOPS_PAT }}
GH_TOKEN: ${{ secrets.GH_TOKEN }}

# Build the package distributables and publish to PyPI
- name: Build package
run: |
Expand All @@ -57,7 +57,7 @@ jobs:
env:
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}

# Build and deploy mkdocs to GitHub Pages
- name: Build and deploy mkdocs
run: |
Expand Down

0 comments on commit 84847d5

Please sign in to comment.