Skip to content

Commit

Permalink
Merge pull request #88 from broadinstitute/dependabot/github_actions/…
Browse files Browse the repository at this point in the history
…actions-bc5e5bc80c
dependabot[bot] authored Jan 13, 2025
2 parents 599b02e + 5c69d79 commit 8374845
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/checks.yaml
Original file line number Diff line number Diff line change
@@ -8,7 +8,7 @@ name: 'checks'

jobs:
linting:
uses: broadinstitute/shared-workflows/.github/workflows/python-lint.yaml@v2.5.0
uses: broadinstitute/shared-workflows/.github/workflows/python-lint.yaml@v2.6.1
with:
use_pylama: false
use_ruff: true
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
@@ -8,6 +8,6 @@ name: 'deploy'

jobs:
pypi_deploy:
uses: broadinstitute/shared-workflows/.github/workflows/python-deploy-to-pypi.yaml@v2.5.0
uses: broadinstitute/shared-workflows/.github/workflows/python-deploy-to-pypi.yaml@v2.6.1
secrets:
pypi_token: ${{ secrets.PYPI_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/test_deploy.yaml
Original file line number Diff line number Diff line change
@@ -8,6 +8,6 @@ name: 'test_deploy'

jobs:
pypi_test_deploy:
uses: broadinstitute/shared-workflows/.github/workflows/python-test-deploy-to-pypi.yaml@v2.5.0
uses: broadinstitute/shared-workflows/.github/workflows/python-test-deploy-to-pypi.yaml@v2.6.1
secrets:
pypi_test_token: ${{ secrets.PYPI_TEST_TOKEN }}

0 comments on commit 8374845

Please sign in to comment.