|
|
@@ -119,8 +119,7 @@ jobs:
|
|
|
files: './dist/*.whl'
|
|
|
env:
|
|
|
GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }}
|
|
|
- - name: Publish to PyPI
|
|
|
- uses: pypa/gh-action-pypi-publish@release/v1
|
|
|
- with:
|
|
|
- user: __token__
|
|
|
- password: ${{ secrets.PYPI_TOKEN }}
|
|
|
+
|
|
|
+ - name: Publish distribution to PyPI
|
|
|
+ run: |
|
|
|
+ twine upload dist/* -u __token__ -p ${{ secrets.PYPI_TOKEN }}
|