Skip to content
This repository has been archived by the owner on Jan 1, 2023. It is now read-only.

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
electron271 authored Oct 12, 2021
1 parent 80a2888 commit d05d3fe
Showing 1 changed file with 0 additions and 28 deletions.
28 changes: 0 additions & 28 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,6 @@ on:
default: '--release --verbose'
# Input has to be provided for the workflow to run
required: true
python:
# Friendly description to be shown in the UI instead of 'name'
description: 'python version'
# Default value if no value is explicitly provided
default: '3.9'
# Input has to be provided for the workflow to run
required: true
env:
CARGO_TERM_COLOR: always
jobs:
Expand All @@ -44,13 +37,6 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: ${{ github.event.inputs.python }}
- name: Display Python version
run: python -c "import sys; print(sys.version)"

- name: Install rust toolchain
uses: actions-rs/toolchain@v1
with:
Expand Down Expand Up @@ -83,13 +69,6 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: ${{ github.event.inputs.python }}
- name: Display Python version
run: python -c "import sys; print(sys.version)"

- name: Install rust toolchain
uses: actions-rs/toolchain@v1
with:
Expand Down Expand Up @@ -123,13 +102,6 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: ${{ github.event.inputs.python }}
- name: Display Python version
run: python -c "import sys; print(sys.version)"

- name: Install rust toolchain
uses: actions-rs/toolchain@v1
with:
Expand Down

0 comments on commit d05d3fe

Please sign in to comment.