File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 2828 - name : Store the distribution packages
2929 uses : actions/upload-artifact@v4
3030 with :
31- name : python-package-distributions
31+ name : python-package-distributions-${{ github.run_id }}
3232 path : dist/
3333
3434 publish-to-pypi :
4848 - name : Download all the dists
4949 uses : actions/download-artifact@v4
5050 with :
51- name : python-package-distributions
51+ name : python-package-distributions-${{ github.run_id }}
5252 path : dist/
5353 - name : Publish distribution 📦 to PyPI
5454 uses : pypa/gh-action-pypi-publish@release/v1
6969 - name : Download all the dists
7070 uses : actions/download-artifact@v4
7171 with :
72- name : python-package-distributions
72+ name : python-package-distributions-${{ github.run_id }}
7373 path : dist/
7474 - name : Sign the dists with Sigstore
7575 uses : sigstore/gh-action-sigstore-python@v2.1.1
9494 run : >-
9595 gh release upload
9696 '${{ github.ref_name }}' dist/**
97- --repo '${{ github.repository }}'
97+ --repo '${{ github.repository }}'
You can’t perform that action at this time.
0 commit comments