Skip to content

Commit

Permalink
ci(github): update re-useable workflow ref
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianLusina committed Aug 16, 2023
1 parent d2daa7e commit e473997
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
matrix:
python-version: [ '3.10' ]
name: Build
uses: SanctumLabs/ci-workflows/.github/workflows/python-poetry-build.yml@main
uses: SanctumLabs/ci-workflows/.github/workflows/python-build.yml@main
with:
command: make build
python-version: ${{ matrix.python-version }}
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ permissions:
jobs:
lint:
name: Publish
uses: SanctumLabs/ci-workflows/.github/workflows/python-poetry-pypi-publish.yml@main
uses: SanctumLabs/ci-workflows/.github/workflows/python-pypi-publish.yml@main
with:
command: make publish
secrets:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
matrix:
python-version: [ '3.10' ]
name: Tests
uses: SanctumLabs/ci-workflows/.github/workflows/python-poetry-test.yml@main
uses: SanctumLabs/ci-workflows/.github/workflows/python-test.yml@main
with:
command: make test
python-version: ${{ matrix.python-version }}

0 comments on commit e473997

Please sign in to comment.