Skip to content

Commit 5a606b9

Browse files
author
FusionSolutions
committed
upload
1 parent 360b9b4 commit 5a606b9

File tree

3 files changed

+5428
-5
lines changed

3 files changed

+5428
-5
lines changed

.github/workflows/python-publish.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,10 @@ jobs:
2828
python-version: ${{ matrix.python-version }}
2929
- name: Install dependencies
3030
run: |
31-
apt-get install build-essential
3231
python -m pip install --upgrade pip
33-
pip install wheel
34-
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
3532
- name: Build packages
3633
run: |
37-
python setup.py build
3834
python setup.py sdist
39-
python setup.py bdist_wheel
4035
- name: Publish package
4136
uses: pypa/gh-action-pypi-publish@27b31702a0e7fc50959f5ad993c78deac1bdfc29
4237
with:

0 commit comments

Comments
 (0)