Skip to content

Commit

Permalink
- fix yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
s00d committed Feb 18, 2021
1 parent 305fc95 commit 0b5548c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/Deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ jobs:
run: |
python -m unittest test
- name: Build and publish
env:
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
run: |
python setup.py sdist bdist_wheel
python3 -m twine upload --skip-existing --repository pypi dist/*
env:
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
run: |
python setup.py sdist bdist_wheel
python3 -m twine upload --skip-existing --repository pypi dist/*

0 comments on commit 0b5548c

Please sign in to comment.