This commit is contained in:
Andrew Cassidy 2021-05-08 23:07:37 -07:00
parent 4939171d5d
commit 433e728424

View File

@ -37,7 +37,7 @@ jobs:
run: python -m build --sdist run: python -m build --sdist
- name: Check metadata - name: Check metadata
run: pytmon -m twine check dist/* run: python -m twine check dist/*
- name: Upload SDist - name: Upload SDist
uses: actions/upload-artifact@v2 uses: actions/upload-artifact@v2