File tree Expand file tree Collapse file tree 3 files changed +6
-7
lines changed
causal_testing/estimation Expand file tree Collapse file tree 3 files changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -17,16 +17,15 @@ jobs:
17
17
uses : actions/setup-python@v3
18
18
with :
19
19
python-version : ' 3.10'
20
- - name : Installing package
20
+
21
+ - name : Install build tools
21
22
run : |
22
- pip3 install .
23
- pip3 install .[pypi]
24
- pip3 install build wheel
25
- pip3 install setuptools --upgrade
26
- pip3 install setuptools_scm
23
+ pip install --upgrade pip setuptools wheel build setuptools_scm
24
+
27
25
- name : Build Package
28
26
run : |
29
27
python -m build --no-isolation
28
+
30
29
- name : Publish package to PyPI
31
30
uses : pypa/gh-action-pypi-publish@release/v1
32
31
with :
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ Documentation = "https://causal-testing-framework.readthedocs.io/"
56
56
Source = " https://github.com/CITCOM-project/CausalTestingFramework"
57
57
58
58
[tool .setuptools .packages ]
59
- find = { }
59
+ find = {}
60
60
61
61
[tool .setuptools_scm ]
62
62
You can’t perform that action at this time.
0 commit comments