Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
kellerza committed Oct 1, 2024
1 parent 36d82e0 commit 44da688
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,10 +104,3 @@ jobs:
- name: Publish | Upload package to PyPI
uses: pypa/gh-action-pypi-publish@v1
if: steps.release.outputs.released == 'true'

- name: Publish | Upload to GitHub Release Assets
uses: python-semantic-release/[email protected]
if: steps.release.outputs.released == 'true'
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
tag: ${{ steps.release.outputs.tag }}
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,13 @@ pylint = "*"
dataplaybook = "dataplaybook.__main__:main"

[tool.semantic_release]
version_source = "tag"
version_variable = [
"dataplaybook/const.py:__version__",
"pyproject.toml:version",
]
build_command = "pip install poetry && poetry build"
commit_version_number = "true"

[tool.ruff]
line-length = 88
Expand Down

0 comments on commit 44da688

Please sign in to comment.