Skip to content

Commit

Permalink
CI: Update deploy Action
Browse files Browse the repository at this point in the history
  • Loading branch information
bocklund committed Mar 13, 2021
1 parent 71e55d2 commit 894482f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ jobs:
- uses: actions/checkout@v2
with:
fetch-depth: 0 # fetch the entire repo history, required to guarantee versioneer will pick up the tags
- uses: actions/setup-python@v2
with:
python-version: '3.x'
- run: python setup.py sdist
- run: pip install twine
- run: twine upload -r pypi dist/*

0 comments on commit 894482f

Please sign in to comment.