Skip to content

Commit 35b40c0

Browse files
committed
Fix distribution name in publish workflow
1 parent 604e6ba commit 35b40c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish-to-pypi.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
- name: Download all the dists
4747
uses: actions/download-artifact@v4
4848
with:
49-
name: python-package-distributions
49+
name: atlasplots
5050
path: dist/
5151
- name: Publish distribution to PyPI
5252
uses: pypa/gh-action-pypi-publish@release/v1
@@ -66,7 +66,7 @@ jobs:
6666
- name: Download all the dists
6767
uses: actions/download-artifact@v4
6868
with:
69-
name: python-package-distributions
69+
name: atlasplots
7070
path: dist/
7171
- name: Sign the dists with Sigstore
7272
uses: sigstore/gh-action-sigstore-python@v3.0.0

0 commit comments

Comments
 (0)