Skip to content

Commit

Permalink
update yml for pypi publication
Browse files Browse the repository at this point in the history
  • Loading branch information
hadrilec committed Nov 19, 2022
1 parent f492211 commit 86249ba
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 @@ -97,9 +97,10 @@ jobs:
asset_name: ${{ env.name }}
asset_content_type: application/zip

- name: Upload Release Assets to TestPyPI
- name: Upload Release Assets to PyPI
uses: pypa/[email protected]
with:
user: __token__
password: ${{ secrets.testpypi_password }}
repository_url: https://test.pypi.org/legacy/
password: ${{ secrets.pypi_password }}
skip_existing: true
#repository_url: https://test.pypi.org/legacy/

0 comments on commit 86249ba

Please sign in to comment.