Skip to content

Commit

Permalink
Publish source distribution
Browse files Browse the repository at this point in the history
  • Loading branch information
ynouri committed Jan 6, 2021
1 parent f43b903 commit 5d5b74f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 84 deletions.
83 changes: 0 additions & 83 deletions .github/workflows/cpython.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/pypy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Install libsnappy-dev
run: sudo apt-get install libsnappy-dev

# Flake8 is already run in CPython workflow, so we don't run it here.
# Flake8 is already run in Source Distribution (sdist) workflow, so we don't run it here.

- name: Install python-snappy from source
run: pip install -e .
Expand Down

0 comments on commit 5d5b74f

Please sign in to comment.