Skip to content

Commit

Permalink
automatic version update for pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
TheTesla committed Aug 1, 2024
1 parent 1e9517d commit 8f5b551
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ jobs:
run: |
python3 -m pip install poetry
poetry install --only main
- name: Set Version
run: |
poetry version ${{ github.event.release.tag_name }}
- name: Build package
run: make build
- name: Publish package
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "xyzcad"
version = "0.4.5"
version = "0.4.6"
description = "An implicit surface based functional CAD system"
authors = ["Stefan Helmert <stefan.helmert@t-online.de>"]
license = "AGPLv3"
Expand Down

0 comments on commit 8f5b551

Please sign in to comment.