Skip to content

Commit

Permalink
Publish test packages (#550)
Browse files Browse the repository at this point in the history
  • Loading branch information
lpetre authored Nov 18, 2021
1 parent 56386d7 commit 5c05001
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -188,3 +188,10 @@ jobs:
--sdist
--wheel
--outdir dist/
- if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
name: Publish distribution 📦 to Test PyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
user: __token__
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
repository_url: https://test.pypi.org/legacy/

0 comments on commit 5c05001

Please sign in to comment.