Skip to content

Commit

Permalink
updated build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
infinityofspace committed Jul 23, 2022
1 parent 028254f commit 8bb62ae
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/pypi-build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,20 +46,20 @@ jobs:
with:
python-version: 3.7

- name: Install pep517
- name: Install pypa/build
run: >-
python -m
pip install
pep517
build
--user
- name: Build a binary wheel and a source tarball
run: >-
python -m
pep517.build
--source
--binary
--out-dir dist/
build
--sdist
--wheel
--outdir dist/
.
- name: Upload distribution artifact for other jobs
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/pypi-publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,20 +17,20 @@ jobs:
with:
python-version: 3.7

- name: Install pep517
- name: Install pypa/build
run: >-
python -m
pip install
pep517
build
--user
- name: Build a binary wheel and a source tarball
run: >-
python -m
pep517.build
--source
--binary
--out-dir dist/
build
--sdist
--wheel
--outdir dist/
.
- name: Upload distribution artifact for other jobs
Expand Down

0 comments on commit 8bb62ae

Please sign in to comment.