Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
panickal-xmos authored Feb 8, 2022
1 parent e1c5082 commit a1a2292
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -192,9 +192,14 @@ jobs:
cp Linux-wheels/*.whl dist/ || true
ls -la dist/
sha256sum dist/*.whl
- name: Publish package to TestPyPI
- name: Publish packages to TestPyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
user: __token__
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
repository_url: https://test.pypi.org/legacy/
- name: Publish packages to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
user: __token__
password: ${{ secrets.PYPI_API_TOKEN }}

0 comments on commit a1a2292

Please sign in to comment.