Skip to content

Commit

Permalink
chore(action): fix github action
Browse files Browse the repository at this point in the history
Signed-off-by: weiwee <wbwmat@gmail.com>
  • Loading branch information
sagewe committed Jan 10, 2023
1 parent fe52bad commit dfedc04
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions .github/workflows/build_fate_crypto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ jobs:
- uses: actions/checkout@v2
with:
ref: ${{github.event.inputs.source}}
- { uses: actions/setup-python@v2, with: { python-version: "3.6" } }
- { uses: actions/setup-python@v2, with: { python-version: "3.7" } }
- { uses: actions/setup-python@v2, with: { python-version: "3.8" } }
- { uses: actions/setup-python@v2, with: { python-version: "3.9" } }
- { uses: actions/setup-python@v2, with: { python-version: "3.10" } }
Expand Down Expand Up @@ -48,8 +46,6 @@ jobs:
- uses: actions/checkout@v2
with:
ref: ${{github.event.inputs.source}}
- { uses: actions/setup-python@v2, with: { python-version: "3.6" } }
- { uses: actions/setup-python@v2, with: { python-version: "3.7" } }
- { uses: actions/setup-python@v2, with: { python-version: "3.8" } }
- { uses: actions/setup-python@v2, with: { python-version: "3.9" } }
- { uses: actions/setup-python@v2, with: { python-version: "3.10" } }
Expand All @@ -73,8 +69,6 @@ jobs:
- uses: actions/checkout@v2
with:
ref: ${{github.event.inputs.source}}
- { uses: actions/setup-python@v2, with: { python-version: "3.6" } }
- { uses: actions/setup-python@v2, with: { python-version: "3.7" } }
- { uses: actions/setup-python@v2, with: { python-version: "3.8" } }
- { uses: actions/setup-python@v2, with: { python-version: "3.9" } }
- { uses: actions/setup-python@v2, with: { python-version: "3.10" } }
Expand All @@ -96,7 +90,7 @@ jobs:
fail-fast: false
matrix:
target: [aarch64, armv7, s390x, ppc64le]
python_version: ["3.6", "3.7", "3.8", "3.9", "3.10"]
python_version: ["3.8", "3.9", "3.10"]
steps:
- uses: actions/checkout@v2
with:
Expand All @@ -121,7 +115,7 @@ jobs:
target:
- x86_64-unknown-linux-musl
- i686-unknown-linux-musl
python_version: ["3.6", "3.7", "3.8", "3.9", "3.10"]
python_version: ["3.8", "3.9", "3.10"]
steps:
- uses: actions/checkout@v2
with:
Expand All @@ -147,7 +141,7 @@ jobs:
arch: aarch64
- target: armv7-unknown-linux-musleabihf
arch: armv7
python_version: ["3.6", "3.7", "3.8", "3.9", "3.10"]
python_version: ["3.8", "3.9", "3.10"]
steps:
- uses: actions/checkout@v2
with:
Expand All @@ -169,7 +163,7 @@ jobs:
path: dist
- uses: actions/setup-python@v2
with:
python-version: 3.6
python-version: 3.8
- name: Twine check
run: |
pip install -U twine
Expand Down

0 comments on commit dfedc04

Please sign in to comment.