Skip to content

Commit 284469a

Browse files
committed
Debugging by listing the files
1 parent 65d0c3d commit 284469a

1 file changed

Lines changed: 16 additions & 11 deletions

File tree

.github/workflows/publish-to-test-pypi.yaml

Lines changed: 16 additions & 11 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)