We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49f840f commit 5f7d0f7Copy full SHA for 5f7d0f7
.github/workflows/build.yml
@@ -40,9 +40,12 @@ jobs:
40
- name: Sign with sigstore using GitHub App credentials
41
run: |
42
sigstore sign --overwrite dist/scsctl-0.0.1-py3-none-any.whl
43
+ - name: List the files
44
+ run: |
45
+ ls -l dist
46
- - name: Publish distribution 📦 to Test PyPI
- uses: pypa/gh-action-pypi-publish@release/v1
- with:
47
- password: ${{ secrets.TEST_PYPI_API_TOKEN }}
48
- repository-url: https://test.pypi.org/legacy/
+ # - name: Publish distribution 📦 to Test PyPI
+ # 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