File tree 4 files changed +10
-4
lines changed
4 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 22
22
- uses : actions/setup-python@v4
23
23
- name : make sdist
24
24
run : |
25
- python3 -m pip install build
26
- python3 -m build --sdist
25
+ make dist
27
26
- uses : actions/upload-artifact@v3
28
27
with :
29
28
path : " dist/*.tar.gz"
Original file line number Diff line number Diff line change @@ -22,8 +22,9 @@ install: configure
22
22
$(PIP ) install --no-build-isolation --no-index --ignore-installed --no-deps .
23
23
24
24
dist : configure
25
+ $(PIP ) install build
25
26
chmod -R go+rX-w .
26
- umask 0022 && $(PYTHON ) setup.py sdist --formats=gztar
27
+ umask 0022 && $(PYTHON ) -m build --sdist
27
28
28
29
doc : install
29
30
cd docs && $(MAKE ) html
Original file line number Diff line number Diff line change 43
43
Changelog
44
44
---------
45
45
46
+ 1.11.4 (2023-10-07)
47
+ ^^^^^^^^^^^^^^^^^^^
48
+
49
+ * Include generated `configure ` script in the sdist again.
50
+
51
+
46
52
1.11.3 (2023-10-04)
47
53
^^^^^^^^^^^^^^^^^^^
48
54
Original file line number Diff line number Diff line change 1
- 1.11.4a0.dev0
1
+ 1.11.4
You can’t perform that action at this time.
0 commit comments