Skip to content

Commit 3c446f5

Browse files
committed
clean
1 parent 9eb43ab commit 3c446f5

2 files changed

Lines changed: 0 additions & 5 deletions

File tree

.github/workflows/wheel.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ jobs:
4040
run: pytest --verbose test_snappy.py
4141

4242
- name: Archive sdist
43-
if: startsWith(github.ref, 'refs/tags/0.')
4443
uses: actions/upload-artifact@v2
4544
with:
4645
name: wheels

setup.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,6 @@
3131

3232
import os
3333

34-
sys.stderr.write("#" * 100 + "\n")
35-
sys.stderr.write(os.environ.get("LIBPATH", "libpath not found") + "\n")
36-
sys.stderr.write("#" * 100 + "\n")
37-
3834
version = '0.6.0'
3935
long_description = """
4036
Python bindings for the snappy compression library from Google.

0 commit comments

Comments
 (0)