Browse Source

Update pypi publish workflow

pull/1183/head v1.1.1
Hironsan 3 years ago
parent
commit
507f11e071
1 changed files with 1 additions and 1 deletions
  1. 2
      .github/workflows/pypi-publish.yml

2
.github/workflows/pypi-publish.yml

@ -40,7 +40,7 @@ jobs:
working-directory: ./app working-directory: ./app
- name: Build a binary wheel and a source tarball - name: Build a binary wheel and a source tarball
run: | run: |
python setup.py sdist bdist_wheel
python setup.py sdist
- name: Publish a Python distribution to PyPI - name: Publish a Python distribution to PyPI
uses: pypa/gh-action-pypi-publish@master uses: pypa/gh-action-pypi-publish@master
with: with:

Loading…
Cancel
Save