Skip to content

Commit

Permalink
fix: publish to pip workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Pranshu Srivastava <[email protected]>
  • Loading branch information
PranshuSrivastava committed Feb 15, 2024
1 parent c2c50af commit 4d02135
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,13 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install setuptools wheel twine
working-directory: ./keploy

- name: Build and publish to PyPI
run: |
python setup.py sdist bdist_wheel
twine upload dist/*
working-directory: ./keploy
env:
TWINE_USERNAME: __token__
TWINE_PASSWORD: ${{ secrets.PYPI_API_TOKEN }}

0 comments on commit 4d02135

Please sign in to comment.