File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -28,18 +28,23 @@ jobs:
2828 - name : Checkout Code
2929 uses : actions/checkout@v4
3030
31- - name : Download Release Assets
31+ - name : Debug List Releases
3232 env :
3333 GH_TOKEN : ${{ github.token }}
34- run : |
35- mkdir dist
36- gh release download 10.0.1 -R ${{ github.repository }} --dir dist --pattern "*"
34+ run : gh release list
3735
38- - name : List files to verify
39- run : ls -R dist/
36+ # - name: Download Release Assets
37+ # env:
38+ # GH_TOKEN: ${{ github.token }}
39+ # run: |
40+ # mkdir dist
41+ # gh release download 10.0.1 -R ${{ github.repository }} --dir dist --pattern "*"
4042
41- - name : Publish to TestPyPI
42- uses : pypa/gh-action-pypi-publish@release/v1
43- with :
44- repository-url : https://test.pypi.org/legacy/
45- dry-run : true
43+ # - name: List files to verify
44+ # run: ls -R dist/
45+ #
46+ # - name: Publish to TestPyPI
47+ # uses: pypa/gh-action-pypi-publish@release/v1
48+ # with:
49+ # repository-url: https://test.pypi.org/legacy/
50+ # dry-run: true
You can’t perform that action at this time.
0 commit comments