We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e1ae8e5 + c23e844 commit eef055bCopy full SHA for eef055b
.github/workflows/pypi.yml
@@ -33,10 +33,10 @@ jobs:
33
- uses: actions/checkout@v4
34
- name: Check version
35
if: ${{ startsWith(github.ref, 'refs/tags/v') }}
36
- run: python version.py check "${{ github.ref }}"
+ run: pipx run pyverno check jsonobject/__init__.py "${{ github.ref }}"
37
- name: Add untagged version suffix
38
if: ${{ ! startsWith(github.ref, 'refs/tags/v') }}
39
- run: python version.py update
+ run: pipx run pyverno update jsonobject/__init__.py
40
- name: Build sdist
41
run: pipx run build --sdist
42
- uses: actions/upload-artifact@v4
version.py
0 commit comments