fix github action syntax

preserve-order v1.4.3
Andrew Port 2021-11-09 20:35:58 -08:00
parent 002e691686
commit 1b8caeec71
2 changed files with 2 additions and 3 deletions

View File

@ -2,7 +2,8 @@ name: Publish to TestPyPI
on:
push:
branches: [ master ]
branches:
- master
jobs:
build-n-publish:

View File

@ -2,8 +2,6 @@ name: Publish to TestPyPI and if new version PyPI
on:
push:
branches:
- PyPI
tags:
- 'v*'