File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed
Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 4646 - name : Store distribution
4747 uses : actions/upload-artifact@v6
4848 with :
49- name : python-package-distributions
49+ name : python-${{ matrix.python-version }}- package-for-${{ matrix.os }}
5050 path : dist/
51+ retention-days : 1
5152
5253 pypi :
5354 name : Publish distribution
6869 - name : Download distribution
6970 uses : actions/download-artifact@v7
7071 with :
71- name : python-package-distributions
72+ pattern : python-*- package-for-*
7273 path : dist/
74+ merge-multiple : true
7375
7476 - name : Publish distribution to PyPI
7577 uses : pypa/gh-action-pypi-publish@release/v1
Original file line number Diff line number Diff line change 4646 - name : Store distribution
4747 uses : actions/upload-artifact@v6
4848 with :
49- name : python-package-distributions
49+ name : python-${{ matrix.python-version }}- package-for-${{ matrix.os }}
5050 path : dist/
51+ retention-days : 1
5152
5253 testpypi :
5354 name : Publish test distribution
6869 - name : Download distribution
6970 uses : actions/download-artifact@v7
7071 with :
71- name : python-package-distributions
72+ pattern : python-*- package-for-*
7273 path : dist/
74+ merge-multiple : true
7375
7476 - name : Publish distribution to TestPyPI
7577 uses : pypa/gh-action-pypi-publish@release/v1
You can’t perform that action at this time.
0 commit comments