Fixes Dynamic Version Pattern

This commit is contained in:
2024-06-24 00:59:34 -03:00
parent a5d1b87158
commit 87428d6293
4 changed files with 16 additions and 26 deletions

View File

@@ -18,7 +18,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Set up Python 3.8
- name: Set up Python 3.10
uses: actions/setup-python@v3
with:
python-version: "3.10"