File tree Expand file tree Collapse file tree 4 files changed +11
-12
lines changed
Expand file tree Collapse file tree 4 files changed +11
-12
lines changed Original file line number Diff line number Diff line change 2323 - name : Set up Python
2424 uses : actions/setup-python@v6
2525 with :
26- python-version : ' 3.12 '
26+ python-version : ' 3.11 '
2727
2828 - name : Install dependencies
2929 run : |
Original file line number Diff line number Diff line change 1818 - macos-15-intel
1919 python-version :
2020 - ' 3.11'
21- - ' 3.12'
22- - ' 3.13'
2321
2422 runs-on : ${{ matrix.os }}
2523
4644 - name : Store distribution
4745 uses : actions/upload-artifact@v6
4846 with :
49- name : python-package-distributions
47+ name : python-${{ matrix.python-version }}- package-for-${{ matrix.os }}
5048 path : dist/
49+ retention-days : 1
5150
5251 pypi :
5352 name : Publish distribution
6867 - name : Download distribution
6968 uses : actions/download-artifact@v7
7069 with :
71- name : python-package-distributions
70+ pattern : python-*- package-for-*
7271 path : dist/
72+ merge-multiple : true
7373
7474 - name : Publish distribution to PyPI
7575 uses : pypa/gh-action-pypi-publish@release/v1
8888 - name : Download distribution
8989 uses : actions/download-artifact@v7
9090 with :
91- name : python-package-distributions
91+ pattern : python-*- package-for-*
9292 path : dist/
93+ merge-multiple : true
9394
9495 - name : Sign distribution with Sigstore
9596
Original file line number Diff line number Diff line change 2323 - macos-15-intel
2424 python-version :
2525 - ' 3.11'
26- - ' 3.12'
27- - ' 3.13'
2826
2927 runs-on : ${{ matrix.os }}
3028
Original file line number Diff line number Diff line change 1818 - macos-15-intel
1919 python-version :
2020 - ' 3.11'
21- - ' 3.12'
22- - ' 3.13'
2321
2422 runs-on : ${{ matrix.os }}
2523
4644 - name : Store distribution
4745 uses : actions/upload-artifact@v6
4846 with :
49- name : python-package-distributions
47+ name : python-${{ matrix.python-version }}- package-for-${{ matrix.os }}
5048 path : dist/
49+ retention-days : 1
5150
5251 testpypi :
5352 name : Publish test distribution
6867 - name : Download distribution
6968 uses : actions/download-artifact@v7
7069 with :
71- name : python-package-distributions
70+ pattern : python-*- package-for-*
7271 path : dist/
72+ merge-multiple : true
7373
7474 - name : Publish distribution to TestPyPI
7575 uses : pypa/gh-action-pypi-publish@release/v1
You can’t perform that action at this time.
0 commit comments