Skip to content

Commit 596458f

Browse files
authored
Merge branch 'master' into issue/3139
2 parents bdc0a5f + 64f291f commit 596458f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/pypi-publish.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@ jobs:
2727
python setup.py build
2828
python setup.py sdist bdist_wheel
2929
30+
- name: Basic package test prior to upload
31+
run: |
32+
twine check dist/*
33+
3034
- name: Publish to Pypi
3135
uses: pypa/gh-action-pypi-publish@release/v1
3236
with:

0 commit comments

Comments
 (0)