1
0
Fork 0
mirror of https://github.com/shouptech/synthale.git synced 2026-02-03 07:29:42 +00:00

Change pypi to release

This commit is contained in:
Emma 2019-01-02 14:37:24 -07:00
parent 753ee4d485
commit 501ff74824

View file

@ -74,7 +74,7 @@ jobs:
pip install flake8 flake8-docstrings
flake8
pypi:
release:
docker:
- image: python:3
steps:
@ -97,7 +97,7 @@ jobs:
workflows:
version: 2
test:
test_and_release:
jobs:
- test-py35:
filters:
@ -121,7 +121,7 @@ workflows:
filters:
tags:
only: /.*/
- pypi:
- release:
requires:
- test-py35
- test-py36