Skip to content

Commit

Permalink
fix suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
HarshCasper committed Aug 18, 2022
1 parent 76bcf37 commit 38d8bca
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,6 @@ name: Test & Publish PyPi release
on:
release:
types: [created]
workflow_dispatch:
inputs:
qhub_tag:
description: 'Tag for test PyPI release'
required: True

jobs:
test-pypi:
Expand Down Expand Up @@ -57,7 +52,7 @@ jobs:
- name: Set up python
uses: actions/setup-python@v2
with:
python-version: 3.8
python-version: 3.10

- name: Upgrade pip
run: python -m pip install --upgrade pip build
Expand Down

0 comments on commit 38d8bca

Please sign in to comment.