We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1066bfb commit c67047aCopy full SHA for c67047a
.github/workflows/python-package.yml
@@ -12,7 +12,7 @@ on:
12
jobs:
13
build:
14
# See https://raw.githubusercontent.com/actions/python-versions/main/versions-manifest.json
15
- # for awailable Python versions on ubuntu
+ # for available Python versions on ubuntu
16
runs-on: ubuntu-20.04
17
strategy:
18
matrix:
Makefile
@@ -8,14 +8,6 @@ check_git:
8
git fetch origin
9
git diff origin/main --exit-code
10
11
-.PHONY: clean-git
-clean-git:
- git clean -dfx --exclude='tests/configuration*.json'
-
-.PHONY: clean-pyc
-clean-pyc:
- find . -type f -name '*.pyc' -delete
19
.PHONY: dist
20
dist:
21
python setup.py sdist bdist_wheel --universal
0 commit comments