mirror of https://github.com/scrapy/scrapy.git
fix: action version
This commit is contained in:
parent
12559ed21e
commit
4a424adfff
|
|
@ -16,6 +16,6 @@ jobs:
|
|||
pip install --upgrade build twine
|
||||
python -m build
|
||||
- name: Publish to PyPI
|
||||
uses: pypa/gh-action-pypi-publish@release/v1.6.4
|
||||
uses: pypa/gh-action-pypi-publish@v1.6.4
|
||||
with:
|
||||
password: ${{ secrets.PYPI_TOKEN }}
|
||||
|
|
|
|||
Loading…
Reference in New Issue