We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c50a94 commit d320951Copy full SHA for d320951
.github/workflows/ci.yml
@@ -102,8 +102,8 @@ jobs:
102
- name: Store the distribution packages
103
uses: actions/upload-artifact@v4
104
with:
105
- name: python-package-distributions
106
- path: dist/ugropy-${{ matrix.os }}-${{ matrix.python-version }}/
+ name: ugropy-${{ matrix.os }}-${{ matrix.python-version }}/
+ path: dist/
107
108
publish-to-testpypi:
109
name: Publish Python 🐍 distribution 📦 to TestPyPI
@@ -122,7 +122,6 @@ jobs:
122
- name: Download all the dists
123
uses: actions/download-artifact@v4
124
125
126
path: dist/
127
pattern: ugropy-*
128
merge-multiple: true
0 commit comments