Skip to content

Commit 5f7d0f7

Browse files
debugging
1 parent 49f840f commit 5f7d0f7

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

.github/workflows/build.yml

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,12 @@ jobs:
4040
- name: Sign with sigstore using GitHub App credentials
4141
run: |
4242
sigstore sign --overwrite dist/scsctl-0.0.1-py3-none-any.whl
43+
- name: List the files
44+
run: |
45+
ls -l dist
4346
44-
- name: Publish distribution 📦 to Test PyPI
45-
uses: pypa/gh-action-pypi-publish@release/v1
46-
with:
47-
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
48-
repository-url: https://test.pypi.org/legacy/
47+
# - name: Publish distribution 📦 to Test PyPI
48+
# uses: pypa/gh-action-pypi-publish@release/v1
49+
# with:
50+
# password: ${{ secrets.TEST_PYPI_API_TOKEN }}
51+
# repository-url: https://test.pypi.org/legacy/

0 commit comments

Comments
 (0)