Skip to content

Commit d320951

Browse files
committed
this?
1 parent 4c50a94 commit d320951

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,8 @@ jobs:
102102
- name: Store the distribution packages
103103
uses: actions/upload-artifact@v4
104104
with:
105-
name: python-package-distributions
106-
path: dist/ugropy-${{ matrix.os }}-${{ matrix.python-version }}/
105+
name: ugropy-${{ matrix.os }}-${{ matrix.python-version }}/
106+
path: dist/
107107

108108
publish-to-testpypi:
109109
name: Publish Python 🐍 distribution 📦 to TestPyPI
@@ -122,7 +122,6 @@ jobs:
122122
- name: Download all the dists
123123
uses: actions/download-artifact@v4
124124
with:
125-
name: python-package-distributions
126125
path: dist/
127126
pattern: ugropy-*
128127
merge-multiple: true

0 commit comments

Comments
 (0)