Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c01e17 commit 2d48d7fCopy full SHA for 2d48d7f
.circleci/config.yml
@@ -103,10 +103,11 @@ workflows:
103
- "3.6"
104
- "3.7"
105
- "3.8"
106
+ filters:
107
+ tags:
108
+ ignore: /.*/
109
- manylinux:
110
context: Docker
- requires:
- - python_test
111
filters:
112
tags:
113
only: /.*/
.gitignore
@@ -6,3 +6,5 @@ build
6
*.so*
7
src
8
libssh/compile_commands.json
9
+wheelhouse
10
+.idea
0 commit comments