Skip to content

Commit 4bb2bcf

Browse files
committed
FIX: Need path
1 parent b07b693 commit 4bb2bcf

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/release.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,7 @@ jobs:
3737
- uses: actions/upload-artifact@v3
3838
with:
3939
name: dist
40-
path: |
41-
dist
40+
path: dist
4241

4342
# PyPI on release
4443
pypi:
@@ -49,6 +48,7 @@ jobs:
4948
- uses: actions/download-artifact@v3
5049
with:
5150
name: dist
51+
path: dist
5252
- name: Publish to PyPI
5353
uses: pypa/gh-action-pypi-publish@release/v1
5454
with:
@@ -64,6 +64,7 @@ jobs:
6464
- uses: actions/download-artifact@v3
6565
with:
6666
name: dist
67+
path: dist
6768
- name: Publish to TestPyPI
6869
uses: pypa/gh-action-pypi-publish@release/v1
6970
with:

0 commit comments

Comments
 (0)