We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 360b9b4 commit 5a606b9Copy full SHA for 5a606b9
.github/workflows/python-publish.yml
@@ -28,15 +28,10 @@ jobs:
28
python-version: ${{ matrix.python-version }}
29
- name: Install dependencies
30
run: |
31
- apt-get install build-essential
32
python -m pip install --upgrade pip
33
- pip install wheel
34
- if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
35
- name: Build packages
36
37
- python setup.py build
38
python setup.py sdist
39
- python setup.py bdist_wheel
40
- name: Publish package
41
uses: pypa/gh-action-pypi-publish@27b31702a0e7fc50959f5ad993c78deac1bdfc29
42
with:
0 commit comments