Skip to content

Commit

Permalink
sta pypi testing
Browse files Browse the repository at this point in the history
  • Loading branch information
PorridgeSwim committed Mar 3, 2025
1 parent 2712740 commit fdd2de2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sta-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
echo "New version: $NEW_VERSION"
# Get previous version from git history
OLD_VERSION=$(git show HEAD~1:setup.py | grep -oP 'version\s*=\s*"\K[^"]+' || echo "0.0.0")
OLD_VERSION=$(git show HEAD~1:setup.py | grep -oP 'VERSION\s*=\s*"\K[^"]+' || echo "0.0.0")
echo "Old version: $OLD_VERSION"
if [ "$NEW_VERSION" != "$OLD_VERSION" ]; then
Expand All @@ -45,7 +45,7 @@ jobs:
needs: check-version-change
# needs: [build_wheels]
if: needs.check-version-change.outputs.version-changed == 'true'
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
container:
image: nvidia/cuda:12.4.1-devel-ubuntu22.04 # Use CUDA 12.4 Docker image
permissions:
Expand Down

0 comments on commit fdd2de2

Please sign in to comment.