Skip to content

Commit c67047a

Browse files
committed
Fix typo and cleanup Makefile
1 parent 1066bfb commit c67047a

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212
jobs:
1313
build:
1414
# See https://raw.githubusercontent.com/actions/python-versions/main/versions-manifest.json
15-
# for awailable Python versions on ubuntu
15+
# for available Python versions on ubuntu
1616
runs-on: ubuntu-20.04
1717
strategy:
1818
matrix:

Makefile

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,6 @@ check_git:
88
git fetch origin
99
git diff origin/main --exit-code
1010

11-
.PHONY: clean-git
12-
clean-git:
13-
git clean -dfx --exclude='tests/configuration*.json'
14-
15-
.PHONY: clean-pyc
16-
clean-pyc:
17-
find . -type f -name '*.pyc' -delete
18-
1911
.PHONY: dist
2012
dist:
2113
python setup.py sdist bdist_wheel --universal

0 commit comments

Comments
 (0)