Skip to content

Commit 596964c

Browse files
committed
improving GitHub publish workflow
1 parent f21ec92 commit 596964c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/python-publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ jobs:
7979
# with:
8080
# pattern: dist-*
8181
# path: dist/
82+
# merge-multiple: true
8283
#
8384
# - name: Publish release distributions to PyPI
8485
# uses: pypa/gh-action-pypi-publish@release/v1
@@ -104,6 +105,7 @@ jobs:
104105
with:
105106
pattern: dist-*
106107
path: dist/
108+
merge-multiple: true
107109

108110
- name: Publish release distributions to TestPyPI
109111
uses: pypa/gh-action-pypi-publish@release/v1

0 commit comments

Comments
 (0)