Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ jobs:
- uses: actions/checkout@v4
- name: Check version
if: ${{ startsWith(github.ref, 'refs/tags/v') }}
run: python version.py check "${{ github.ref }}"
run: pipx run pyverno check jsonobject/__init__.py "${{ github.ref }}"
- name: Add untagged version suffix
if: ${{ ! startsWith(github.ref, 'refs/tags/v') }}
run: python version.py update
run: pipx run pyverno update jsonobject/__init__.py
- name: Build sdist
run: pipx run build --sdist
- uses: actions/upload-artifact@v4
Expand Down
70 changes: 0 additions & 70 deletions version.py

This file was deleted.

Loading