8000 Fix circle publishing (#501) · lcheylus/python-lsp-server@d62d91f · GitHub
[go: up one dir, main page]

Skip to content

Commit d62d91f

Browse files
authored
Fix circle publishing (python-lsp#501)
1 parent 032e49e commit d62d91f

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.circleci/config.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,16 +34,18 @@ jobs:
3434
docker:
3535
- image: "python:3.4-stretch"
3636
steps:
37-
- attach_workspace: { at: . }
37+
- checkout
3838
- run: ./scripts/circle/pypi.sh
3939

4040

4141
workflows:
4242
version: 2
4343
build:
4444
jobs:
45-
- python2-test
46-
- python3-test
45+
- python2-test:
46+
filters: { tags: { only: /.*/ } }
47+
- python3-test:
48+
filters: { tags: { only: /.*/ } }
4749
- publish:
4850
filters:
4951
tags:

0 commit comments

Comments
 (0)
0