Skip to content

Commit

Permalink
GitHub works in mysterious ways...
Browse files Browse the repository at this point in the history
  • Loading branch information
teutoburg committed Jan 6, 2024
1 parent 5ef8161 commit e070096
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions .github/workflows/publish_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,15 +68,10 @@ jobs:
run: poetry publish

bump:
name: Bump to dev version
name: Bump to (next) dev version
runs-on: ubuntu-latest
needs: publish
if: needs.publish.result == 'success'
steps:
- name: Checkout code
uses: actions/checkout@v4

- name: Bump to (next) dev version
uses: ./.github/workflows/bump.yml
with:
rule: prerelease
uses: ./.github/workflows/bump.yml
with:
rule: prerelease

0 comments on commit e070096

Please sign in to comment.