Skip to content

Commit

Permalink
Final deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
asvetlov committed Oct 11, 2020
1 parent c20aa03 commit 5fb74cf
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -216,10 +216,8 @@ jobs:
needs: [build-linux, build-binary, build-tarball]
runs-on: ubuntu-latest
# Run only on pushing a tag
#if: github.event_name == 'push' && contains(github.ref, 'refs/tags/')
if: github.event_name == 'push' && contains(github.ref, 'refs/tags/')
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Setup Python 3.8
uses: actions/setup-python@v2
with:
Expand All @@ -237,5 +235,4 @@ jobs:
TWINE_USERNAME: __token__
TWINE_PASSWORD: ${{ secrets.PYPI_TOKEN }}
run: |
# twine upload dist/*
ls -R dist
twine upload dist/*

0 comments on commit 5fb74cf

Please sign in to comment.