Skip to content

Commit

Permalink
Temporary change to test deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
alisonrclarke committed Nov 26, 2020
1 parent df84264 commit 2572138
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
deploy:
needs: test
if: github.event_name == 'release'
# if: github.event_name == 'release'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand All @@ -57,4 +57,5 @@ 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/

0 comments on commit 2572138

Please sign in to comment.