Updated gh-actions-pypi-publisher
This commit is contained in:
@@ -55,7 +55,7 @@ jobs:
|
||||
rm -rf $TECHDOCS_CORE_PATH/dist
|
||||
python $TECHDOCS_CORE_PATH/setup.py bdist_wheel sdist --formats gztar
|
||||
- name: Publish a Python distribution to PyPI
|
||||
uses: pypa/gh-action-pypi-publish@f3ebf87ba2883f1c40faf37d2bb42277f12179c8
|
||||
uses: pypa/gh-action-pypi-publish@master
|
||||
with:
|
||||
user: __token__
|
||||
password: ${{ secrets.pypi_api_key }}
|
||||
|
||||
Reference in New Issue
Block a user