File tree 2 files changed +28
-1
lines changed 2 files changed +28
-1
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ ruff format
33
33
## Publish
34
34
35
35
```
36
- python .\setup.py sdist bdist_wheel
36
+ python -m build
37
37
twine check dist/*
38
38
twine upload dist/*
39
39
```
Original file line number Diff line number Diff line change
1
+ build == 1.2.2.post1
2
+ certifi == 2024.8.30
3
+ charset-normalizer == 3.4.0
4
+ colorama == 0.4.0
5
+ docutils == 0.21.2
6
+ idna == 3.10
7
+ importlib_metadata == 8.5.0
8
+ jaraco.classes == 3.4.0
9
+ jaraco.context == 6.0.1
10
+ jaraco.functools == 4.1.0
11
+ keyring == 25.5.0
12
+ markdown-it-py == 3.0.0
13
+ mdurl == 0.1.2
14
+ more-itertools == 10.5.0
15
+ nh3 == 0.2.18
16
+ packaging == 24.2
17
+ pkginfo == 1.10.0
18
+ Pygments == 2.18.0
19
+ pyproject_hooks == 1.2.0
20
+ pywin32-ctypes == 0.2.3
21
+ readme_renderer == 44.0
22
+ requests == 2.32.3
23
+ requests-toolbelt == 1.0.0
24
+ rfc3986 == 2.0.0
25
+ rich == 13.9.4
1
26
ruff == 0.7.2
2
27
setuptools == 75.3.0
3
28
twine == 5.1.1
29
+ urllib3 == 2.2.3
4
30
wheel == 0.44.0
31
+ zipp == 3.21.0
You can’t perform that action at this time.
0 commit comments