Skip to content

Commit

Permalink
remove ci builing for multiple versions- just need to specify in pypr…
Browse files Browse the repository at this point in the history
…oject.
  • Loading branch information
yrkim98 committed Nov 11, 2024
1 parent d64863b commit 109391b
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,6 @@ jobs:
permissions:
id-token: write
contents: read
strategy:
matrix:
python-version: [ "3.9", "3.10" ]

steps:
- uses: actions/checkout@v4
Expand All @@ -43,10 +40,10 @@ jobs:
git fetch --tags
git checkout ${{ inputs.tag }}
- name: Set up Python ${{ matrix.python-version }}
- name: Set up Python 3.10
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
python-version: "3.10"

- name: Install dependencies
run: |
Expand Down

0 comments on commit 109391b

Please sign in to comment.