File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77 release :
88 name : Release
99 runs-on : ubuntu-latest
10+ environment :
11+ name : pypi
12+ url : https://pypi.org/p/human-readable
13+ permissions :
14+ id-token : write
1015 steps :
1116 - name : Check out the repository
1217 uses : actions/checkout@v6
3439 - name : Publish package on TestPyPI
3540 uses : pypa/gh-action-pypi-publish@release/v1
3641 with :
37- password : ${{ secrets.TEST_PYPI_TOKEN }}
3842 repository-url : https://test.pypi.org/legacy/
Original file line number Diff line number Diff line change 99 release :
1010 name : Release
1111 runs-on : ubuntu-latest
12+ environment :
13+ name : pypi
14+ url : https://pypi.org/p/human-readable
15+ permissions :
16+ id-token : write
1217 steps :
1318 - name : Check out the repository
1419 uses : actions/checkout@v6
3843
3944 - name : Publish package on PyPI
4045 uses : pypa/gh-action-pypi-publish@release/v1
41- with :
42- user : __token__
43- password : ${{ secrets.PYPI_TOKEN }}
4446
4547 - name : Publish the release notes
4648 uses : release-drafter/release-drafter@v7
You can’t perform that action at this time.
0 commit comments