projects
/
tweepy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c469552
)
Fix GitHub Actions Deploy workflow command to create source distribution
author
Harmon
<Harmon758@gmail.com>
Wed, 23 Dec 2020 20:19:39 +0000
(14:19 -0600)
committer
Harmon
<Harmon758@gmail.com>
Wed, 23 Dec 2020 20:19:39 +0000
(14:19 -0600)
.github/workflows/deploy.yml
patch
|
blob
|
blame
|
history
diff --git
a/.github/workflows/deploy.yml
b/.github/workflows/deploy.yml
index 80a2eb8892311399dac451ea774280391a01e512..f0c5f70516e82557fcc0fa1f960049bd52ca8eb8 100644
(file)
--- a/
.github/workflows/deploy.yml
+++ b/
.github/workflows/deploy.yml
@@
-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
s
dist bdist_wheel
twine upload dist/*