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 8509b2e commit b7e1eedCopy full SHA for b7e1eed
1 file changed
.github/workflows/workflow.yml
@@ -91,7 +91,7 @@ jobs:
91
with:
92
pattern: python-package-*
93
path: dist
94
- merge-multiple: true
+ merge-multiple: false
95
96
- name: Create Release
97
uses: softprops/action-gh-release@v2
@@ -118,7 +118,7 @@ jobs:
118
119
120
121
122
123
- name: Install twine
124
run: pip install twine
0 commit comments