File tree Expand file tree Collapse file tree 1 file changed +6
-11
lines changed
Expand file tree Collapse file tree 1 file changed +6
-11
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments