We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 083cba4 commit b0a89feCopy full SHA for b0a89fe
1 file changed
.github/workflows/python-publish.yml
@@ -29,13 +29,11 @@ jobs:
29
- name: Install dependencies
30
run: |
31
python -m pip install --upgrade pip
32
- pip install setuptools wheel twine
+ pip install setuptools wheel twine --upgrade
33
- name: Clean dist directory
34
run: rm -rf dist/* build/*
35
- name: Build package
36
run: python setup.py sdist bdist_wheel
37
- - name: Check package
38
- run: twine check dist/*
39
- name: Publish package
40
uses: pypa/gh-action-pypi-publish@27b31702a0e7fc50959f5ad993c78deac1bdfc29
41
with:
0 commit comments