Skip to content

Commit

Permalink
testing package upload
Browse files Browse the repository at this point in the history
  • Loading branch information
dpaiton committed Aug 22, 2024
1 parent 871a97d commit eb12a2a
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions .github/workflows/build_hypertypes.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,21 @@
name: build and upload hypertypes wheels

# TODO: We will want to sync the python version with the hyperdrive version & push on hyperdrive tags
#on:
# push:
# tags:
# - "v*"

# TODO: Temp for testing
on:
push:
tags:
- "v*"

jobs:
# TODO: Temp for testing
detect-changes:
uses: ./.github/workflows/check_diff.yaml
with:
pattern: ^python/\hypertypes/\pyproject.toml

build-wheels-linux:
name: build linux wheel
runs-on: ubuntu-latest
Expand Down

0 comments on commit eb12a2a

Please sign in to comment.