We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9eb43ab commit 3c446f5Copy full SHA for 3c446f5
2 files changed
.github/workflows/wheel.yml
@@ -40,7 +40,6 @@ jobs:
40
run: pytest --verbose test_snappy.py
41
42
- name: Archive sdist
43
- if: startsWith(github.ref, 'refs/tags/0.')
44
uses: actions/upload-artifact@v2
45
with:
46
name: wheels
setup.py
@@ -31,10 +31,6 @@
31
32
import os
33
34
-sys.stderr.write("#" * 100 + "\n")
35
-sys.stderr.write(os.environ.get("LIBPATH", "libpath not found") + "\n")
36
37
-
38
version = '0.6.0'
39
long_description = """
Python bindings for the snappy compression library from Google.
0 commit comments