Skip to content

Commit eddbd96

Browse files
committed
build: fix typo in artifact name
1 parent c2c3218 commit eddbd96

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/unittests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- name: Store artifacts
3737
uses: actions/upload-artifact@v4
3838
with:
39-
name: python-package-distribution
39+
name: python-package-distributions
4040
path: dist/
4141

4242
publish-to-pypi:
@@ -80,7 +80,7 @@ jobs:
8080
- name: Download all the dists
8181
uses: actions/download-artifact@v4
8282
with:
83-
name: python-package-distribution
83+
name: python-package-distributions
8484
path: dist/
8585
- name: Publish distribution 📦 to TestPyPI
8686
uses: pypa/gh-action-pypi-publish@release/v1

0 commit comments

Comments
 (0)