Skip to content

Commit

Permalink
Fix: BIP38 build workflow configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
meherett committed Aug 24, 2024
1 parent e038d56 commit b899486
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,12 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-name: [
"Python 3.9", "Python 3.10", "Python 3.11", "Python 3.12"
]
python-version: [
"3.9", "3.10", "3.11", "3.12"
]
steps:
- uses: actions/checkout@master
- name: Set up ${{ matrix.python-name }}
- name: Set up ${{ matrix.python-version }}
uses: actions/setup-python@master
with:
python-version: ${{ matrix.python-version }}
Expand Down

0 comments on commit b899486

Please sign in to comment.