Skip to content

Commit 835111c

Browse files
committed
ci: test.pypi.com publish (4)
1 parent ee5fe7f commit 835111c

File tree

1 file changed

+6
-11
lines changed

1 file changed

+6
-11
lines changed

.github/workflows/release.yaml

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -39,21 +39,16 @@ jobs:
3939
tag: ${{ github.ref_name }}
4040
fileName: '*'
4141
out-file-path: dist/
42+
extract: false
4243

4344
- name: Debug list artifact files
4445
shell: bash
4546
run: |
4647
ls -la dist/ || true
4748
48-
# - name: Download all the dists
49-
# uses: actions/download-artifact@v4
50-
# with:
51-
# name: python-package-distributions
52-
# path: dist/
53-
54-
# - name: Publish to Test PyPI
55-
# uses: pypa/gh-action-pypi-publish@release/v1
56-
# with:
57-
# repository-url: https://test.pypi.org/legacy/
58-
# packages-dir: pybuild-work/dist/
49+
- name: Publish to Test PyPI
50+
uses: pypa/gh-action-pypi-publish@release/v1
51+
with:
52+
repository-url: https://test.pypi.org/legacy/
53+
packages-dir: dist/
5954

0 commit comments

Comments
 (0)