Skip to content

Commit

Permalink
Remove auto-deployment step
Browse files Browse the repository at this point in the history
  • Loading branch information
godotalgorithm committed Feb 19, 2025
1 parent 1048199 commit 1eb90d5
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,12 @@ jobs:
pip install pytest
pytest
- name: Deploy to PyPI
shell: bash
run: |
pip install twine==6.0.1
python -m twine upload --repository testpypi dist/*
# I'll do this by hand for now...
# - name: Deploy to PyPI
# shell: bash
# run: |
# pip install twine==6.0.1
# python -m twine upload --repository testpypi dist/*

- name: Save wheel artifacts
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 1eb90d5

Please sign in to comment.