Skip to content

Commit eef055b

Browse files
authored
Merge pull request #240 from dimagi/dm/pyverno
Replace version.py with pyverno
2 parents e1ae8e5 + c23e844 commit eef055b

File tree

2 files changed

+2
-72
lines changed

2 files changed

+2
-72
lines changed

.github/workflows/pypi.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@ jobs:
3333
- uses: actions/checkout@v4
3434
- name: Check version
3535
if: ${{ startsWith(github.ref, 'refs/tags/v') }}
36-
run: python version.py check "${{ github.ref }}"
36+
run: pipx run pyverno check jsonobject/__init__.py "${{ github.ref }}"
3737
- name: Add untagged version suffix
3838
if: ${{ ! startsWith(github.ref, 'refs/tags/v') }}
39-
run: python version.py update
39+
run: pipx run pyverno update jsonobject/__init__.py
4040
- name: Build sdist
4141
run: pipx run build --sdist
4242
- uses: actions/upload-artifact@v4

version.py

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

0 commit comments

Comments
 (0)