Skip to content

Commit

Permalink
Deploy to TestPyPI
Browse files Browse the repository at this point in the history
  • Loading branch information
godotalgorithm committed Feb 19, 2025
1 parent be2287b commit c6d941c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,12 @@ jobs:
pip install pytest
pytest
- name: Deploy to PyPI
shell: bash
run: |
pip install twine
python -m twine upload --repository testpypi dist/*
- name: Save wheel artifacts
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit c6d941c

Please sign in to comment.