Skip to content

Commit

Permalink
donetest
Browse files Browse the repository at this point in the history
  • Loading branch information
paulvxx committed Feb 11, 2024
1 parent d16476f commit 0b0def2
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,17 @@ jobs:
- name: Bump patch version
run: bumpversion --verbose patch


- name: Build Package
run: |
./build.sh
- name: Commit and push version bump
run: |
git add pyproject.toml .bumpversion.cfg
git commit -m "Bump version"
git push
- name: Publish Package
env:
PYPI_API_TOKEN: ${{ secrets.PYPI_API_TOKEN }}
Expand Down

0 comments on commit 0b0def2

Please sign in to comment.