fix manifest

This commit is contained in:
Andrew Herrington
2021-12-16 18:20:59 -06:00
parent d438f8523c
commit 19f1baf2d6
2 changed files with 1 additions and 8 deletions

View File

@@ -33,13 +33,6 @@ jobs:
run: |
poetry build --ansi
- name: Publish package on PyPI
if: steps.check-version.outputs.tag
uses: pypa/gh-action-pypi-publish@v1.4.2
with:
user: __token__
password: ${{ secrets.PYPI_TOKEN }}
- name: Publish package on TestPyPI
if: "! steps.check-version.outputs.tag"
uses: pypa/gh-action-pypi-publish@v1.4.2