ChatPyPI 0.1.2__tar.gz → 0.1.3__tar.gz

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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: ChatPyPI
3
- Version: 0.1.2
3
+ Version: 0.1.3
4
4
  Summary: ChatPyPI: ChatArch Python package lifecycle helper extracted from ChatTool.
5
5
  Author-email: ChatArch <1073853456@qq.com>
6
6
  License-Expression: MIT
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: ChatPyPI
3
- Version: 0.1.2
3
+ Version: 0.1.3
4
4
  Summary: ChatPyPI: ChatArch Python package lifecycle helper extracted from ChatTool.
5
5
  Author-email: ChatArch <1073853456@qq.com>
6
6
  License-Expression: MIT
@@ -40,4 +40,4 @@ __all__ = [
40
40
  "upload_distributions",
41
41
  ]
42
42
 
43
- __version__ = "0.1.2"
43
+ __version__ = "0.1.3"
@@ -1051,13 +1051,14 @@ def scaffold_package(
1051
1051
  workflow_dispatch:
1052
1052
 
1053
1053
  permissions:
1054
- contents: write
1055
- id-token: write
1054
+ contents: read
1056
1055
 
1057
1056
  jobs:
1058
1057
  publish:
1059
1058
  runs-on: ubuntu-latest
1060
- environment: pypi
1059
+ permissions:
1060
+ contents: read
1061
+ id-token: write
1061
1062
  steps:
1062
1063
  - uses: actions/checkout@v4
1063
1064
  with:
@@ -5,7 +5,7 @@ from chatpypi import __version__
5
5
 
6
6
 
7
7
  def test_version_present():
8
- assert __version__ == "0.1.2"
8
+ assert __version__ == "0.1.3"
9
9
 
10
10
 
11
11
  def test_public_package_api_exports_core_helpers(tmp_path):
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes