Test Twine
This commit is contained in:
parent
dd70fb4e18
commit
1ddeb8b405
@ -43,8 +43,8 @@ jobs:
|
||||
- run: apt-get update
|
||||
- run: apt-get install -y git nodejs
|
||||
- uses: actions/checkout@v3
|
||||
- run: pip install wheel
|
||||
- run: python setup.py sdist bdist_wheel
|
||||
- uses: pypa/gh-action-pypi-publish@release/v1
|
||||
with:
|
||||
password: ${{ secrets.PYPI_API_TOKEN }}
|
||||
- run: pip install twine
|
||||
- run: python setup.py sdist
|
||||
- run: twine upload -p ${PYPI_API_TOKEN} dist
|
||||
env:
|
||||
PYPI_API_TOKEN: ${{ secrets.PYPI_API_TOKEN }}
|
||||
|
Reference in New Issue
Block a user