Skip to content

Commit

Permalink
Merge pull request #408 from wh0am1i/master
Browse files Browse the repository at this point in the history
setup pypi upload
  • Loading branch information
rungobier authored Feb 20, 2024
2 parents e7f2843 + 145da9d commit da51388
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ jobs:
pip install setuptools wheel twine
pip install -r requirements.txt
- name: Build and publish
env:
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
with:
user: __token__
password: ${{ secrets.PYPI_API_TOKEN }}
run: |
python setup.py sdist bdist_wheel
twine upload dist/*
Expand Down

0 comments on commit da51388

Please sign in to comment.