Skip to content

Commit

Permalink
testing build process
Browse files Browse the repository at this point in the history
  • Loading branch information
mrwyattii committed Oct 9, 2023
1 parent 6763e2d commit 82f4b52
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Build and publish DeepSpeed release

on:
pull_request:

jobs:
deploy:
runs-on: ubuntu-20.04
environment: release-env

steps:
- uses: actions/checkout@v3
with:
ref: "master"
- name: Build DeepSpeed
run: |
DS_BUILD_STRING=" " python setup.py sdist_wheel

0 comments on commit 82f4b52

Please sign in to comment.