Update pythonpublish.yml
This commit is contained in:
parent
ce3d5aa773
commit
24f53262e1
4
.github/workflows/pythonpublish.yml
vendored
4
.github/workflows/pythonpublish.yml
vendored
@ -20,8 +20,8 @@ jobs:
|
||||
pip install setuptools wheel twine
|
||||
- name: Build and publish
|
||||
env:
|
||||
TWINE_USERNAME: ${{ secrets.PIP_USERNAME }}
|
||||
TWINE_PASSWORD: ${{ secrets.PIP_PASSWORD }}
|
||||
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
|
||||
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
|
||||
run: |
|
||||
python setup.py sdist bdist_wheel
|
||||
twine upload dist/*
|
||||
|
Loading…
Reference in New Issue
Block a user