Skip to content

Commit

Permalink
TESTING: set the workflow path to my fork
Browse files Browse the repository at this point in the history
  • Loading branch information
webbnh committed Apr 3, 2024
1 parent 44f8a44 commit 8213e5d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@ jobs:
- generate
with:
for_release: ${{ startsWith(github.event.ref, 'refs/tags/') }}
uses: arcalot/arcaflow-reusable-workflows/.github/workflows/go_release.yaml@main
uses: webbnh/arcaflow-reusable-workflows/.github/workflows/go_release.yaml@main # FIXME: reset the organization before merging
build_python_wheel:
name: build python wheel
needs:
- release
secrets:
PYPI_TOKEN: ${{ secrets.PYPI_TOKEN }}
uses: arcalot/arcaflow-reusable-workflows/.github/workflows/build_python_wheel.yaml@main
uses: webbnh/arcaflow-reusable-workflows/.github/workflows/build_python_wheel.yaml@main # FIXME: reset the organization before merging

0 comments on commit 8213e5d

Please sign in to comment.