Skip to content

Commit

Permalink
and the build step :)
Browse files Browse the repository at this point in the history
  • Loading branch information
tswfi committed Jan 4, 2021
1 parent 711b13b commit 5d3c493
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/test-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,14 @@ jobs:
pip install
build
--user
- name: Build
run: >-
python -m
build
--sdist
--wheel
--outdir dist/
.
- name: Publish distribution 📦 to Test PyPI
uses: pypa/gh-action-pypi-publish@master
with:
Expand Down

0 comments on commit 5d3c493

Please sign in to comment.