Skip to content

Merge pull request #453 from Steinbeck-Lab/development #140

Merge pull request #453 from Steinbeck-Lab/development

Merge pull request #453 from Steinbeck-Lab/development #140

# This worklflow will perform following actions when the code is pushed to main branch.
# - Test linting with pylint.
# - Test the code with pytest.
# - Trigger release-please action to create release which needs test to pass first.
#
# Maintainers:
# - name: Nisha Sharma
# - email: [email protected]
name: release-please-action
on:
push:
branches:
- main
jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: google-github-actions/release-please-action@v3
with:
release-type: python
package-name: release-please-action
token: ${{ secrets.PAT }}
prerelease: true