From 43f5d78905bf0339de2147230c03da756db89b89 Mon Sep 17 00:00:00 2001 From: Nick Date: Wed, 7 Apr 2021 11:55:11 -0400 Subject: [PATCH] Update publishing password. @jcohenadad and I unified the naming scheme yesterday, so there's now a matching PYPY_NEUROPOLY token in the pypi.org account, and a matching TEST_PYPI_NEUROPOLY token in the test.pypi.org account. --- .github/workflows/python-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python-publish.yml b/.github/workflows/python-publish.yml index d54dbd7..f67b973 100644 --- a/.github/workflows/python-publish.yml +++ b/.github/workflows/python-publish.yml @@ -25,7 +25,7 @@ jobs: - name: Build and publish env: TWINE_USERNAME: __token__ - TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }} + TWINE_PASSWORD: ${{ secrets.PYPI_NEUROPOLY }} run: | python setup.py sdist bdist_wheel twine upload dist/*