Skip to content

Merge pull request #72 from NFDI4Chem/development #30

Merge pull request #72 from NFDI4Chem/development

Merge pull request #72 from NFDI4Chem/development #30

# 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:
test_and_lint:
uses: NFDI4Chem/nmrkit/.github/workflows/test.yml@main
release-please:
runs-on: ubuntu-latest
needs: test_and_lint
steps:
- uses: google-github-actions/release-please-action@v3
with:
release-type: python
package-name: release-please-action
token: ${{ secrets.PAT }}
prerelease: true