Skip to content

Commit

Permalink
FIX Pypi workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
JeanKossaifi committed Apr 14, 2021
1 parent 2f598b7 commit 779fb7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
uses: pypa/gh-action-pypi-publish@master
with:
user: __token__
password: ${{ secrets.PYPI_PASSWORD }}
password: ${{ secrets.TEST_PYPI_PASSWORD }}
repository_url: https://test.pypi.org/legacy/
- name: Publish package to PyPI
uses: pypa/gh-action-pypi-publish@master
Expand Down

0 comments on commit 779fb7c

Please sign in to comment.