From bfcf8ca9c937b315a6f20c9e5691fe16e7ff64f5 Mon Sep 17 00:00:00 2001 From: epwalsh Date: Tue, 30 Jan 2024 12:41:42 -0800 Subject: [PATCH] fix release workflow --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index caa35c6..2c37423 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -274,7 +274,7 @@ jobs: - name: Publish package to PyPI run: | - twine upload -u allennlp -p ${{ secrets.PYPI_PASSWORD }} dist/* + twine upload -u __token__ -p ${{ secrets.PYPI_PASSWORD }} dist/* - name: Publish GitHub release uses: softprops/action-gh-release@v1