Skip to content

Commit

Permalink
Re-enable publish to PyPI
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewphilipsmith committed Dec 14, 2024
1 parent f6d7e95 commit 64690a2
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -192,8 +192,9 @@ jobs:
path: dist

release:
name: Release
name: Release to PyPI
runs-on: ubuntu-latest
# TODO Re-enable after first successful run
if: "startsWith(github.ref, 'refs/tags/')"
# TODO: add re-enable manylinux once earlier step is fixed
# needs: [linux, musllinux, windows, macos, sdist]
Expand All @@ -210,13 +211,11 @@ jobs:
args: --non-interactive --skip-existing wheels-*/*

publish_test:
name: Release
name: Release to TestPyPI
runs-on: ubuntu-latest
# TODO: add re-enable manylinux once earlier step is fixed
# needs: [linux, musllinux, windows, macos, sdist]
# needs: [linux, windows, macos, sdist]
# TODO: Use fasting build during testing
needs: [macos, sdist]
needs: [linux, windows, macos, sdist]
environment: testpypi
steps:
- uses: actions/download-artifact@v4
Expand Down

0 comments on commit 64690a2

Please sign in to comment.