Skip to content

Commit 17db707

Browse files
committed
V4.0.1
1 parent b26eb42 commit 17db707

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

.github/workflows/workflow.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
slug: ddc/pythonLogs
4444

4545
build:
46-
name: Build Package Python ${{ matrix.python-version }}
46+
name: Build Test Package Python ${{ matrix.python-version }}
4747
runs-on: ubuntu-latest
4848
needs: test
4949
if: "!startsWith(github.ref, 'refs/tags/')"
@@ -138,15 +138,9 @@ jobs:
138138
uses: actions/download-artifact@v4
139139
with:
140140
pattern: python-package-*
141-
path: dist
141+
path: dist/
142142
merge-multiple: true
143143

144-
- name: Install twine
145-
run: pip install twine
146-
147-
- name: Verify package
148-
run: twine check dist/*.whl dist/*.tar.gz
149-
150144
- name: Publish to TestPyPI
151145
uses: pypa/gh-action-pypi-publish@release/v1
152146
with:

0 commit comments

Comments
 (0)