hopefully a fix
This commit is contained in:
@@ -56,7 +56,7 @@ jobs:
|
||||
python setup.py bdist_wheel sdist --formats gztar
|
||||
- name: Publish a Python distribution to PyPI
|
||||
uses: pypa/gh-action-pypi-publish@master
|
||||
working-directory: ./packages/techdocs-container/techdocs-core
|
||||
with:
|
||||
user: __token__
|
||||
password: ${{ secrets.PYPI_API_KEY }}
|
||||
password: ${{ secrets.PYPI_API_KEY }}
|
||||
packages_dir: ./packages/techdocs-container/techdocs/core/dist
|
||||
Reference in New Issue
Block a user