Skip to content

Commit

Permalink
Add test.pypi.org as target
Browse files Browse the repository at this point in the history
  • Loading branch information
peytondmurray committed May 8, 2024
1 parent c76ccf6 commit d61dffa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,8 @@ jobs:
ls -lAs wheels/
- name: Upload to PyPI
uses: pypa/gh-action-pypi-publish@release/v1.8.14
uses: pypa/gh-action-pypi-publish@release/v1.8
with:
password: ${{ secrets.PYPI_API_TOKEN }}
repository-url: https://test.pypi.org/legacy/
packages_dir: wheels/

0 comments on commit d61dffa

Please sign in to comment.