Skip to content

Commit 0b5548c

Browse files
committed
- fix yaml
1 parent 305fc95 commit 0b5548c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/Deploy.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ jobs:
2626
run: |
2727
python -m unittest test
2828
- name: Build and publish
29-
env:
30-
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
31-
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
32-
run: |
33-
python setup.py sdist bdist_wheel
34-
python3 -m twine upload --skip-existing --repository pypi dist/*
29+
env:
30+
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
31+
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
32+
run: |
33+
python setup.py sdist bdist_wheel
34+
python3 -m twine upload --skip-existing --repository pypi dist/*

0 commit comments

Comments
 (0)