feat/automatic-versioning #6

Merged
lanson merged 4 commits from feat/automatic-versioning into main 2024-05-03 23:03:43 +00:00
Showing only changes of commit bd5f217682 - Show all commits

View File

@ -13,10 +13,6 @@ jobs:
- name: Checkout - name: Checkout
uses: actions/checkout@v4 uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.11"
- name: Install commitizen - name: Install commitizen
run: pip3 install commitizen run: pip3 install commitizen
shell: bash shell: bash