Skip to content

Commit b0a89fe

Browse files
Improve github actions
1 parent 083cba4 commit b0a89fe

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/python-publish.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,11 @@ jobs:
2929
- name: Install dependencies
3030
run: |
3131
python -m pip install --upgrade pip
32-
pip install setuptools wheel twine
32+
pip install setuptools wheel twine --upgrade
3333
- name: Clean dist directory
3434
run: rm -rf dist/* build/*
3535
- name: Build package
3636
run: python setup.py sdist bdist_wheel
37-
- name: Check package
38-
run: twine check dist/*
3937
- name: Publish package
4038
uses: pypa/gh-action-pypi-publish@27b31702a0e7fc50959f5ad993c78deac1bdfc29
4139
with:

0 commit comments

Comments
 (0)