Workflow change

master
AnthonyF 2021-01-10 16:15:08 -05:00
parent 4a33f4a405
commit e4ed3096ff
1 changed files with 4 additions and 5 deletions

View File

@ -11,11 +11,10 @@ jobs:
python-version: 3.9
- name: Build a binary wheel and a source tarball
run: >-
python -m
build
--sdist
--wheel
--outdir dist/
python
setup.py
sdist
bdist_wheel
- name: Publish distribution to TestPyPI
uses: pypa/gh-action-pypi-publish@master
with: