File tree Expand file tree Collapse file tree 1 file changed +20
-14
lines changed
Expand file tree Collapse file tree 1 file changed +20
-14
lines changed Original file line number Diff line number Diff line change @@ -59,19 +59,25 @@ jobs:
5959 permissions :
6060 id-token : write
6161 steps :
62- - name : download-sdist
63- uses : actions/download-artifact@v4
64- with :
65- name : ${{ needs.build.outputs.sdist-package-name }}
66- path : dist
62+ - name : debug prerelease
63+ run : |
64+ echo "prerelease: ${{ github.event.release.prerelease }}"
65+ echo "environment : ${{ env.environment }}"
66+ echo "url: ${{ env.url }}"
6767
68- - name : download-bdist
69- uses : actions/download-artifact@v4
70- with :
71- name : ${{ needs.build.outputs.bdist -package-name }}
72- path : dist
68+ # - name: download-sdist
69+ # uses: actions/download-artifact@v4
70+ # with:
71+ # name: ${{ needs.build.outputs.sdist -package-name }}
72+ # path: dist
7373
74- - name : deploy-to-test-pypi
75- uses : pypa/gh-action-pypi-publish@release/v1
76- with :
77- repository-url : https://test.pypi.org/legacy/
74+ # - name: download-bdist
75+ # uses: actions/download-artifact@v4
76+ # with:
77+ # name: ${{ needs.build.outputs.bdist-package-name }}
78+ # path: dist
79+
80+ # - name: deploy-to-test-pypi
81+ # uses: pypa/gh-action-pypi-publish@release/v1
82+ # with:
83+ # repository-url: https://test.pypi.org/legacy/
You can’t perform that action at this time.
0 commit comments