mirror of
https://github.com/shouptech/synthale.git
synced 2026-02-03 15:39:45 +00:00
Change pypi to release
This commit is contained in:
parent
753ee4d485
commit
501ff74824
1 changed files with 3 additions and 3 deletions
|
|
@ -74,7 +74,7 @@ jobs:
|
||||||
pip install flake8 flake8-docstrings
|
pip install flake8 flake8-docstrings
|
||||||
flake8
|
flake8
|
||||||
|
|
||||||
pypi:
|
release:
|
||||||
docker:
|
docker:
|
||||||
- image: python:3
|
- image: python:3
|
||||||
steps:
|
steps:
|
||||||
|
|
@ -97,7 +97,7 @@ jobs:
|
||||||
|
|
||||||
workflows:
|
workflows:
|
||||||
version: 2
|
version: 2
|
||||||
test:
|
test_and_release:
|
||||||
jobs:
|
jobs:
|
||||||
- test-py35:
|
- test-py35:
|
||||||
filters:
|
filters:
|
||||||
|
|
@ -121,7 +121,7 @@ workflows:
|
||||||
filters:
|
filters:
|
||||||
tags:
|
tags:
|
||||||
only: /.*/
|
only: /.*/
|
||||||
- pypi:
|
- release:
|
||||||
requires:
|
requires:
|
||||||
- test-py35
|
- test-py35
|
||||||
- test-py36
|
- test-py36
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue