diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 95770ee..7082555 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -52,10 +52,10 @@ jobs: with: node-version: ${{ env.NODEVERSION }} registry-url: https://registry.npmjs.org - - name: Setup DotNet - uses: actions/setup-dotnet@6bd8b7f7774af54e05809fcc5431931b3eb1ddee # v4 - with: - dotnet-version: ${{ env.DOTNETVERSION }} + # - name: Setup DotNet + # uses: actions/setup-dotnet@6bd8b7f7774af54e05809fcc5431931b3eb1ddee # v4 + # with: + # dotnet-version: ${{ env.DOTNETVERSION }} - name: Setup Python uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5 with: @@ -75,8 +75,8 @@ jobs: run: echo "${{ github.workspace }}/bin" >> $GITHUB_PATH - name: Build SDK run: make build_${{ matrix.language }} - # - name: Check worktree clean - # run: ./ci-scripts/ci/check-worktree-is-clean + - name: Check worktree clean + run: ./ci-scripts/ci/check-worktree-is-clean - name: Compress SDK folder run: tar -zcf sdk/${{ matrix.language }}.tar.gz -C sdk/${{ matrix.language }} . @@ -91,7 +91,7 @@ jobs: language: - nodejs - python - - dotnet + # - dotnet - go prerequisites: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 75bb4e5..d7cc5bd 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -21,7 +21,7 @@ env: PYPI_USERNAME: "__token__" PUBLISH_PYPI: true PUBLISH_NPM: true - PUBLISH_NUGET: true + PUBLISH_NUGET: false DOTNETVERSION: | 6.0.x 3.1.301 @@ -104,15 +104,15 @@ jobs: python-version: ${{ env.PYTHONVERSION }} - name: Build SDK run: make build_${{ matrix.language }} - # - name: Check worktree clean - # run: | - # git update-index -q --refresh - # if ! git diff-files --quiet; then - # >&2 echo "error: working tree is not clean, aborting!" - # git status - # git diff - # exit 1 - # fi + - name: Check worktree clean + run: | + git update-index -q --refresh + if ! git diff-files --quiet; then + >&2 echo "error: working tree is not clean, aborting!" + git status + git diff + exit 1 + fi - if: ${{ matrix.language == 'python' && env.PUBLISH_PYPI == 'true' }} name: Publish package to PyPI uses: pypa/gh-action-pypi-publish@ec4db0b4ddc65acdf4bff5fa45ac92d78b56bdf0 # v1.9.0 diff --git a/README.md b/README.md index f75196e..c2d2a0a 100644 --- a/README.md +++ b/README.md @@ -43,13 +43,13 @@ To use from Go, use `go get` to grab the latest version of the library: go get github.com/pulumi/pulumi-redpanda/sdk/go/... ``` -### .NET + ## Configuration diff --git a/docs/installation-configuration.md b/docs/installation-configuration.md index a44d5e8..ce0d5f8 100644 --- a/docs/installation-configuration.md +++ b/docs/installation-configuration.md @@ -48,13 +48,13 @@ To use from Go, use `go get` to grab the latest version of the library: go get github.com/pulumiverse/pulumi-redpanda/sdk/v3 ``` -### .NET + ## Configuration