Skip to content
This repository has been archived by the owner on Dec 17, 2024. It is now read-only.

Fix 'devshim' submodule to enable publication of final package. #74

Fix 'devshim' submodule to enable publication of final package.

Fix 'devshim' submodule to enable publication of final package. #74

Workflow file for this run

name: tester
on:
pull_request:
branches: ['*']
push:
branches: ['master', 'release-*']
jobs:
initialize:
uses: ./.github/workflows/reusable--initializer.yaml
test:
needs: initialize
strategy:
matrix:
python-version: ${{ fromJSON(needs.initialize.outputs.python-versions-json) }}
uses: emcd/python-devshim/.github/workflows/[email protected]
with:
python-version: '${{ matrix.python-version }}'
report:
needs: test
uses: emcd/python-devshim/.github/workflows/[email protected]
with:
publish: "${{ 'master' == github.ref_name }}"