Fix GitHub Actions Deploy workflow command to create source distribution
authorHarmon <Harmon758@gmail.com>
Wed, 23 Dec 2020 20:19:39 +0000 (14:19 -0600)
committerHarmon <Harmon758@gmail.com>
Wed, 23 Dec 2020 20:19:39 +0000 (14:19 -0600)
.github/workflows/deploy.yml

index 80a2eb8892311399dac451ea774280391a01e512..f0c5f70516e82557fcc0fa1f960049bd52ca8eb8 100644 (file)
@@ -22,6 +22,6 @@ jobs:
           TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
           TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
         run: |
-          python setup.py dist bdist_wheel
+          python setup.py sdist bdist_wheel
           twine upload dist/*