Skip to content

Commit

Permalink
pypi as default
Browse files Browse the repository at this point in the history
  • Loading branch information
stefan-jansen committed Nov 21, 2022
1 parent 337e400 commit 6a46b6f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,19 @@ on:
target:
description: 'Package Index'
required: true
default: 'TESTPYPI'
default: 'PYPI'
type: choice
options: ['TESTPYPI', 'PYPI']
options: [ 'TESTPYPI', 'PYPI' ]

jobs:
build_wheels:
name: Wheels for py${{ matrix.python }} on ${{ matrix.os }} - upload to ${{github.event.inputs.target}}
name: Wheels for py${{ matrix.python }} on ${{ matrix.os }} - upload to ${{inputs.target}}
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ ubuntu-latest , windows-latest, macos-latest ]
python: [ 37, 38, 39, '310' ]
python: [ '3.7', '3.8', '3.9', '3.10' ]
arch: [ auto64 ]

steps:
Expand Down

0 comments on commit 6a46b6f

Please sign in to comment.