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 b26eb42 commit 17db707Copy full SHA for 17db707
.github/workflows/workflow.yml
@@ -43,7 +43,7 @@ jobs:
43
slug: ddc/pythonLogs
44
45
build:
46
- name: Build Package Python ${{ matrix.python-version }}
+ name: Build Test Package Python ${{ matrix.python-version }}
47
runs-on: ubuntu-latest
48
needs: test
49
if: "!startsWith(github.ref, 'refs/tags/')"
@@ -138,15 +138,9 @@ jobs:
138
uses: actions/download-artifact@v4
139
with:
140
pattern: python-package-*
141
- path: dist
+ path: dist/
142
merge-multiple: true
143
144
- - name: Install twine
145
- run: pip install twine
146
-
147
- - name: Verify package
148
- run: twine check dist/*.whl dist/*.tar.gz
149
150
- name: Publish to TestPyPI
151
uses: pypa/gh-action-pypi-publish@release/v1
152
0 commit comments