Skip to content

Commit 87a8c48

Browse files
chayimgerzse
authored andcommitted
Adding twine check prior to package upload (#3198)
1 parent c72465a commit 87a8c48

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/pypi-publish.yaml

+4
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)