Skip to content

Commit

Permalink
Maybe this will do it
Browse files Browse the repository at this point in the history
  • Loading branch information
teutoburg committed Jan 6, 2024
1 parent 2eb5015 commit 3bfa48a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/bump.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,6 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
ref: ${{ github.ref_name }}
fetch-depth: 0

- name: Set up Python
uses: actions/setup-python@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
name: Bump to (next) dev version
needs: publish
if: ${{ needs.publish.result == 'success' }}
uses: ./.github/workflows/bump.yml
uses: ./.github/workflows/bump.yml@main
secrets: inherit
with:
rule: prerelease

0 comments on commit 3bfa48a

Please sign in to comment.