Skip to content

Commit 68e165d

Browse files
authored
Merge pull request #55 from nschloe/small-meta
some small meta updates
2 parents 8727045 + 24ce93e commit 68e165d

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
name: ci
22

3-
on: [pull_request]
3+
on:
4+
push:
5+
branches:
6+
- main
7+
pull_request:
8+
branches:
9+
- main
410

511
jobs:
612
lint:

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ tag:
1010

1111
upload: clean
1212
@if [ "$(shell git rev-parse --abbrev-ref HEAD)" != "master" ]; then exit 1; fi
13-
python3 -m pep517.build --source --binary .
13+
python3 -m build --sdist --wheel .
1414
twine upload dist/*
1515

1616
publish: tag upload

setup.cfg

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,3 @@ packages = find:
3838
install_requires =
3939
importlib_metadata;python_version<"3.8"
4040
python_requires = >=3.6
41-
setup_requires =
42-
setuptools>=42
43-
wheel

0 commit comments

Comments
 (0)