File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- name : Auto Publish to PyPI and GitHub Release
1+ name : Auto CI and Build Tools
22
33on :
44 pull_request :
Original file line number Diff line number Diff line change 88jobs :
99 update-version-and-publish :
1010 runs-on : ubuntu-latest
11+ environment :
12+ name : pypi
13+ url : hhttps://pypi.org/p/parse_llm_code
14+ permissions :
15+ id-token : write # IMPORTANT: this permission is mandatory for trusted publishing
1116
1217 steps :
1318 - name : Checkout code
3136 - name : Publish to PyPI
3237 uses : pypa/gh-action-pypi-publish@v1.8.14
3338 with :
34- repository-url : https://pypi.org/p/parse_llm_code /
39+ repository-url : https://test. pypi.org/legacy /
3540 packages-dir : dist/
3641 password : ${{ secrets.PYPI_API_TOKEN }}
3742
Original file line number Diff line number Diff line change 55
66setuptools .setup (
77 name = "parse_llm_code" ,
8- version = "0.1.21 " ,
8+ version = "0.1.22 " ,
99 author = "aboutmydreams" ,
1010 author_email = "aboutmydreams@163.com" ,
1111 description = "a lib to parse llm answer to code" ,
You can’t perform that action at this time.
0 commit comments