Skip to content

CHANGWOO-2 Add twine to setup #9

CHANGWOO-2 Add twine to setup

CHANGWOO-2 Add twine to setup #9

Workflow file for this run

name: Test
on:
pull_request:
branches: [ code-review ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
max-parallel: 4
matrix:
python-version: [ 3.7 ]
steps:
- uses: actions/checkout@v3
with:
ref: ${{ github.event.pull_request.head.sha }}
env:
GITHUB_TOKEN: ${{ secrets.TOKEN }}
- name: Run Tests
run: |
python -m unittest