Skip to content

Commit

Permalink
Fix dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
wvangeit committed Jul 30, 2024
1 parent 5f7e1a1 commit 6b71d86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ jobs:
runs-on: ubuntu-latest
permissions:
contents: write
if: github.ref == 'refs/heads/master'
outputs:
new_tag: ${{ steps.tag_version.outputs.new_tag}}
changelog: ${{ steps.tag_version.outputs.changelog}}
steps:
- name: Bump version and push tag
id: tag_version
if: github.ref == 'refs/heads/master'
uses: anothrNick/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 6b71d86

Please sign in to comment.