Skip to content

Commit

Permalink
feat: add release-please
Browse files Browse the repository at this point in the history
  • Loading branch information
NishaSharma14 committed Jul 4, 2023
1 parent 13305c6 commit bbfdc80
Showing 1 changed file with 10 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ on:
jobs:

build:

runs-on: ubuntu-latest
strategy:
matrix:
Expand All @@ -35,3 +34,13 @@ jobs:
pip install -e .
pip install tox
tox
release-please:
runs-on: ubuntu-latest
needs: build
steps:
- uses: google-github-actions/release-please-action@v3
with:
release-type: python
package-name: release-please-action
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit bbfdc80

Please sign in to comment.