Skip to content

Commit

Permalink
Test release script.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Diamond committed Nov 21, 2024
1 parent 06694af commit d0ba779
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/release_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,6 @@ jobs:
# Create a release only on a tag (not on a branch push).
release:
name: Create Release
if: startsWith(github.ref, 'refs/tags/')
needs: [check_style, build_bazel, build_cmake, build_doxygen, upload_doxygen, test_python]
runs-on: ubuntu-latest
outputs:
Expand Down Expand Up @@ -417,10 +416,3 @@ jobs:
asset_path: fusion-engine-client-docs.tar.gz
asset_name: fusion-engine-client-docs.tar.gz
asset_content_type: application/tar+gzip

- name: Upload The Python Distribution To PyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
password: ${{ secrets.PYPI_API_TOKEN }}
packages-dir: python/dist/
verbose: true

0 comments on commit d0ba779

Please sign in to comment.