HTTPError: 404 Not Found from https://pypi.org/legacy/ #130
Closed
Description
I got the following error when I use pypa/gh-action-pypi-publish@release/v1
ERROR HTTPError: 404 Not Found from https://pypi.org/legacy/
Not Found
My workflow is
- uses: pypa/gh-action-pypi-publish@release/v1
with:
user: __token__
password: ${{ secrets.pypi_password }}
Log:
https://github.com/deepmodeling/deepmd-kit/actions/runs/4433636725/jobs/7779438170#step:4:1