Skip to content

Commit

Permalink
Update CD
Browse files Browse the repository at this point in the history
  • Loading branch information
jonas-eschle committed Nov 17, 2020
1 parent 64c1367 commit 3fce35a
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .github/workflows/python-publish.yml
Expand Up @@ -23,20 +23,15 @@ jobs:
python-version: '3.x'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install --upgrade pip
pip install setuptools wheel twine
- name: Install pep517
run: >-
python -m
pip install
pep517
pip install pep517
- name: Build a binary wheel and a source tarball
run: >-
python -m
pep517.build
--source
--binary
--out-dir dist/
pep517.build --source --binary --out-dir dist/ .
# - name: Build and publish
# run: |
# python setup.py sdist bdist_wheel
Expand Down

0 comments on commit 3fce35a

Please sign in to comment.