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 f352f43 commit 2d0581eCopy full SHA for 2d0581e
.github/workflows/publishable.yml
@@ -3,6 +3,7 @@ name: publishable
3
on:
4
push:
5
branches:
6
+ - master
7
- releases/*
8
9
pull_request:
@@ -17,7 +18,7 @@ on:
17
18
- "README.rst"
19
- "tox.ini"
20
- "requirements-dev.txt"
- - ".github/workflows/publish.yml"
21
+ - ".github/workflows/publishable.yml"
22
23
jobs:
24
pypi:
setup.cfg
@@ -27,6 +27,7 @@ project_urls =
27
28
[options]
29
packages = find:
30
+include_package_data = True
31
python_requires = >=3.6
32
install_requires =
33
pip>=20.1
0 commit comments