parent
002e691686
commit
1b8caeec71
|
@ -2,7 +2,8 @@ name: Publish to TestPyPI
|
|||
|
||||
on:
|
||||
push:
|
||||
branches: [ master ]
|
||||
branches:
|
||||
- master
|
||||
|
||||
jobs:
|
||||
build-n-publish:
|
||||
|
|
|
@ -2,8 +2,6 @@ name: Publish to TestPyPI and if new version PyPI
|
|||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- PyPI
|
||||
tags:
|
||||
- 'v*'
|
||||
|
||||
|
|
Loading…
Reference in New Issue