Skip to content

Commit

Permalink
fix: test semantic versioning on test branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean1572 committed Apr 12, 2024
1 parent d23038b commit 6c87605
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/create_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@ jobs:
uses: python-semantic-release/python-semantic-release@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}

- name: Run gh CLI Command
if: steps.release.outputs.released == 'true'
env:
GH_TOKEN: ${{ github.token }}
run: |
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -65,3 +65,4 @@ resampy = "^0.4.2"

[tool.semantic_release]
version_variable = "pyproject.toml:version"
branch = "test-python-package-prep"

0 comments on commit 6c87605

Please sign in to comment.