From 357e3f5f0f58bc4e404ddaa3634bec6eb397cb7d Mon Sep 17 00:00:00 2001 From: Lena Kashtelyan Date: Tue, 26 Apr 2022 09:21:47 -0700 Subject: [PATCH] Update deployment script (#938) Summary: Pull Request resolved: https://github.com/facebook/Ax/pull/938 As titled Reviewed By: bernardbeckerman Differential Revision: D35935032 fbshipit-source-id: 1aac1459ef41f12fa1ea1a1965454972e943fd33 --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index a9f8f04e481..f33fc4992dc 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -100,5 +100,5 @@ jobs: - name: Deploy to PyPI uses: pypa/gh-action-pypi-publish@master with: - user: lilidworkin + user: drfreund password: ${{ secrets.pypi_password }}