Skip to content

Commit

Permalink
commenting test pypi cd code block
Browse files Browse the repository at this point in the history
  • Loading branch information
shahsmit14 committed Aug 15, 2020
1 parent dc615e4 commit 53e5fb0
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@ jobs:
python setup.py sdist bdist_wheel
twine upload dist/*
# Test PyPI
- name: Build and publish
env:
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
TWINE_PASSWORD: ${{ secrets.PYPI_TEST_PASSWORD }}
run: |
python setup.py sdist bdist_wheel
twine upload --repository testpypi dist/*
## Test PyPI
# - name: Build and publish
# env:
# TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
# TWINE_PASSWORD: ${{ secrets.PYPI_TEST_PASSWORD }}
# run: |
# python setup.py sdist bdist_wheel
# twine upload --repository testpypi dist/*

0 comments on commit 53e5fb0

Please sign in to comment.