Skip to content

Commit

Permalink
Upload to PyPi
Browse files Browse the repository at this point in the history
  • Loading branch information
avilash committed Jun 28, 2020
1 parent a911b36 commit 8129c85
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/publish-to-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,8 @@ jobs:
pip install setuptools wheel twine
- name: Build and publish
env:
TWINE_USERNAME: ${{ secrets.TEST_PYPI_USERNAME }}
TWINE_PASSWORD: ${{ secrets.TEST_PYPI_PASSWORD }}
TWINE_REPOSITORY_URL: https://test.pypi.org/legacy/
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
run: |
python setup.py sdist
twine upload dist/*
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
setuptools.setup(
name="PyTikTokAPI",
packages=setuptools.find_packages(),
version="0.0.1",
version="0.0.2",
license='MIT',
author="Avilash Kumar",
author_email="[email protected]",
Expand Down

0 comments on commit 8129c85

Please sign in to comment.