Skip to content

Commit

Permalink
Clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
eriknw committed Jul 20, 2023
1 parent e5c61dc commit d092fc0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Build wheels

on:
pull_request: # Uncomment to debug wheel building in a PR
# pull_request: # Uncomment to debug wheel building in a PR
push:
branches:
- master
Expand Down Expand Up @@ -237,7 +237,7 @@ jobs:
run: |
ls -al dist/
- name: Publish to PyPI
uses: pypa/[email protected]
uses: pypa/[email protected].8
if: startsWith(github.ref, 'refs/tags/')
with:
user: __token__
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ test: inplace

clean:
rm -f cytoolz/*.c cytoolz/*.so cytoolz/*/*.c cytoolz/*/*.so
rm -rf build/ cytoolz/__pycache__/ cytoolz/*/__pycache__/
rm -rf build/ __pycache__/ cytoolz/__pycache__/ cytoolz/*/__pycache__/

curried:
sed -e 's/toolz/cytoolz/g' -e 's/itercytoolz/itertoolz/' \
Expand Down

0 comments on commit d092fc0

Please sign in to comment.