Skip to content

Commit

Permalink
chg: dev: restore missing py version and update package name
Browse files Browse the repository at this point in the history
* fixes ci release workflow

Signed-off-by: Steve Arnold <sarnold@vctlabs.com>
  • Loading branch information
sarnold committed May 16, 2024
1 parent 5645bc1 commit 01f0009
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-20.04, macos-latest, windows-latest]
python-version: [3.8, '3.10', '3.12']
python-version: [3.8, 3.9, '3.10', '3.12']

steps:
- name: Set git crlf/eol
Expand Down Expand Up @@ -92,4 +92,4 @@ jobs:
draft: false
prerelease: false
files: |
packages/ymltoxml*
packages/yaml_tools*

0 comments on commit 01f0009

Please sign in to comment.