Skip to content

Commit 8129c85

Browse files
committed
Upload to PyPi
1 parent a911b36 commit 8129c85

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.github/workflows/publish-to-pypi.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,8 @@ jobs:
2121
pip install setuptools wheel twine
2222
- name: Build and publish
2323
env:
24-
TWINE_USERNAME: ${{ secrets.TEST_PYPI_USERNAME }}
25-
TWINE_PASSWORD: ${{ secrets.TEST_PYPI_PASSWORD }}
26-
TWINE_REPOSITORY_URL: https://test.pypi.org/legacy/
24+
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
25+
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
2726
run: |
2827
python setup.py sdist
2928
twine upload dist/*

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
setuptools.setup(
77
name="PyTikTokAPI",
88
packages=setuptools.find_packages(),
9-
version="0.0.1",
9+
version="0.0.2",
1010
license='MIT',
1111
author="Avilash Kumar",
1212
author_email="avilashkumar4@gmail.com",

0 commit comments

Comments
 (0)