Skip to content

Commit 2d48d7f

Browse files
authored
Updated ci filters (#15)
1 parent 9c01e17 commit 2d48d7f

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.circleci/config.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,10 +103,11 @@ workflows:
103103
- "3.6"
104104
- "3.7"
105105
- "3.8"
106+
filters:
107+
tags:
108+
ignore: /.*/
106109
- manylinux:
107110
context: Docker
108-
requires:
109-
- python_test
110111
filters:
111112
tags:
112113
only: /.*/

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,5 @@ build
66
*.so*
77
src
88
libssh/compile_commands.json
9+
wheelhouse
10+
.idea

0 commit comments

Comments
 (0)