valar 0.0.6__py3-none-any.whl → 0.0.7__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of valar might be problematic. Click here for more details.

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: valar
3
- Version: 0.0.6
3
+ Version: 0.0.7
4
4
  Summary: valar for morghulis
5
5
  Author: LYP
6
6
  Author-email: liuyinpeng@buaa.edu.cn
@@ -19,17 +19,26 @@ Dynamic: summary
19
19
  valar for morghulis
20
20
 
21
21
  # prepare
22
- ```
22
+ ```sh
23
23
  python -m pip install --upgrade pip
24
+ ```
25
+ ```sh
24
26
  pip install --upgrade build
27
+ ```
28
+ ```sh
25
29
  pip install twine
26
30
  ```
27
31
 
28
32
  # publish
29
- ```
33
+ ```sh
30
34
  rm -r dist
35
+ ```
36
+ ```sh
31
37
  python -m build
38
+ ```
39
+ ```sh
32
40
  twine check dist/*
41
+ ```
42
+ ```sh
33
43
  twine upload dist/*
34
44
  ```
35
-
@@ -0,0 +1,7 @@
1
+ valar/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
2
+ valar/channels.py,sha256=RGV0RWTS3E83dKYQpeCDQuicIvuN-xzK2faMAMdoGmc,4128
3
+ valar-0.0.7.dist-info/LICENSE,sha256=2bm9uFabQZ3Ykb_SaSU_uUbAj2-htc6WJQmS_65qD00,1073
4
+ valar-0.0.7.dist-info/METADATA,sha256=pPB61927Lq9iMeDKM4I6hH3dzOmCkOXtBXkeY-1YPEY,662
5
+ valar-0.0.7.dist-info/WHEEL,sha256=jB7zZ3N9hIM9adW7qlTAyycLYW9npaWKLRzaoVcLKcM,91
6
+ valar-0.0.7.dist-info/top_level.txt,sha256=TVi6VcvvYfVYZ_WnUVwT4psI8p6inaP3KfmQEWrrvYg,6
7
+ valar-0.0.7.dist-info/RECORD,,
@@ -1,7 +0,0 @@
1
- valar/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
2
- valar/channels.py,sha256=RGV0RWTS3E83dKYQpeCDQuicIvuN-xzK2faMAMdoGmc,4128
3
- valar-0.0.6.dist-info/LICENSE,sha256=2bm9uFabQZ3Ykb_SaSU_uUbAj2-htc6WJQmS_65qD00,1073
4
- valar-0.0.6.dist-info/METADATA,sha256=L9qvLabuK7qsRgTSzWYecG7qF1mclmpw2FdNEaYM3WA,609
5
- valar-0.0.6.dist-info/WHEEL,sha256=jB7zZ3N9hIM9adW7qlTAyycLYW9npaWKLRzaoVcLKcM,91
6
- valar-0.0.6.dist-info/top_level.txt,sha256=TVi6VcvvYfVYZ_WnUVwT4psI8p6inaP3KfmQEWrrvYg,6
7
- valar-0.0.6.dist-info/RECORD,,
File without changes
File without changes