I've set everything up as it should be on both pypi and github, but I keep getting these 2 errors when running the github action to build and publish my package:
Warning: It looks like you are trying to use an API token to authenticate in the package index and your token value does not start with "pypi-" as it typically should. This may cause an authentication error. Please verify that you have copied your token properly if such an error occurs.
and
ERROR HTTPError: 403 Forbidden from https://upload.pypi.org/legacy/ Invalid or non-existent authentication information.
I'm stumped and don't know what to do. My publish .yml is at https://github.com/lawnchairmeku/pymember/blob/main/.github/workflows/python-publish.yml