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 8d55a38 commit b90a949Copy full SHA for b90a949
.github/workflows/ci.yml
@@ -25,7 +25,7 @@ jobs:
25
- name: Install dependencies
26
run: |
27
# python -m pip install --upgrade pip
28
- pip install -r requirements.txt
+ pip install .
29
30
publish:
31
if: github.ref == 'refs/heads/master' # Only runs on the master branch
@@ -47,7 +47,6 @@ jobs:
47
pip install build twine
48
pip install setuptools
49
pip install wheel
50
51
52
- name: Build package
53
working-directory: src
setup.py
@@ -18,7 +18,7 @@
18
"aps-toolkit"
19
],
20
python_requires=">=3.9",
21
- package_dir={"": "src"},
+ package_dir={"" : "."},
22
classifiers=[
23
"Programming Language :: Python :: 3",
24
"License :: OSI Approved :: Apache Software License",
0 commit comments