Skip to content

Commit

Permalink
Merge pull request #8 from aplura/next
Browse files Browse the repository at this point in the history
Fri Jun  7 12:02:18 EDT 2024 GitHubAction for Release
  • Loading branch information
alacercogitatus authored Jun 7, 2024
2 parents 32298d7 + 54a167d commit 618ff04
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,14 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v3
with:
python-version: 3.12
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install build
- name: 'Get Version'
id: version
uses: 'cloudposse/github-action-jq@main'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.10", "3.11"]
python-version: ["3.10", "3.11", "3.12"]

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 618ff04

Please sign in to comment.