Skip to content

Commit bdff857

Browse files
committed
debug prerelease
1 parent ab9f3d4 commit bdff857

File tree

1 file changed

+20
-14
lines changed

1 file changed

+20
-14
lines changed

.github/workflows/publish.yml

Lines changed: 20 additions & 14 deletions
Original file line numberDiff line numberDiff 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/

0 commit comments

Comments
 (0)