mirror of https://github.com/scrapy/scrapy.git
update gh-action-pypi-publish
This commit is contained in:
parent
7ec6b7e65b
commit
5ef5474172
|
|
@ -20,6 +20,6 @@ jobs:
|
|||
pip install --upgrade build twine
|
||||
python -m build
|
||||
- name: Publish to PyPI
|
||||
uses: pypa/gh-action-pypi-publish@v1.9.0
|
||||
uses: pypa/gh-action-pypi-publish@v1.10.3
|
||||
with:
|
||||
password: ${{ secrets.PYPI_TOKEN }}
|
||||
|
|
|
|||
Loading…
Reference in New Issue