Skip to content

Commit 6c5cb0e

Browse files
committed
removed auto update version script
1 parent 5354377 commit 6c5cb0e

3 files changed

Lines changed: 1 addition & 34 deletions

File tree

.github/workflows/release.yaml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -24,16 +24,6 @@ jobs:
2424
with:
2525
python-version: "3.11"
2626

27-
# Update version in code from tag
28-
- name: Update version from tag
29-
run: |
30-
TAG_NAME=${GITHUB_REF#refs/tags/}
31-
python scripts/set_version.py $TAG_NAME
32-
git config user.name "github-actions"
33-
git config user.email "actions@github.com"
34-
git commit -am "chore: set version from $TAG_NAME" || echo "No changes to commit"
35-
git push origin main
36-
3727
# Build and publish to PyPI/TestPyPI (same as before)
3828
- name: Install build tools
3929
run: |

pytest_htmlx/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.3.1"
1+
__version__ = "0.3.2"

scripts/set_version.py

Lines changed: 0 additions & 23 deletions
This file was deleted.

0 commit comments

Comments
 (0)