Skip to content

Commit

Permalink
Changed release CI to pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
abey79 authored Nov 29, 2020
1 parent 4941160 commit 3af7c19
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ jobs:
- name: pypi-publish
uses: pypa/[email protected]
with:
password: ${{ secrets.TEST_PYPI_TOKEN }}
repository_url: https://test.pypi.org/legacy/
skip_existing: true
# password: ${{ secrets.TEST_PYPI_TOKEN }}
# repository_url: https://test.pypi.org/legacy/
password: ${{ secrets.PYPI_TOKEN }}
# skip_existing: true
verbose: true

0 comments on commit 3af7c19

Please sign in to comment.