Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 11 additions & 11 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,14 +80,14 @@ jobs:
- continue-on-error: true
if: always()
name: Upload pants.log
uses: actions/upload-artifact@v6
uses: actions/upload-artifact@v7
with:
name: logs-wheels-and-pex-Linux-ARM64
overwrite: 'true'
path: .pants.d/workdir/*.log
- if: needs.release_info.outputs.is-release == 'true'
name: Attest the pantsbuild.pants wheel
uses: actions/attest-build-provenance@v3
uses: actions/attest-build-provenance@v4
with:
subject-path: dist/deploy/wheels/pantsbuild.pants/**/pantsbuild_pants-*.whl
- if: needs.release_info.outputs.is-release == 'true'
Expand All @@ -105,7 +105,7 @@ jobs:
echo "PEX_SCIE_FILENAME=$PEX_SCIE_FILENAME" | tee -a "$GITHUB_ENV"
- if: needs.release_info.outputs.is-release == 'true'
name: Attest the Pants Pex artifact
uses: actions/attest-build-provenance@v3
uses: actions/attest-build-provenance@v4
with:
subject-path: dist/src.python.pants/*
- if: needs.release_info.outputs.is-release == 'true'
Expand Down Expand Up @@ -217,14 +217,14 @@ jobs:
- continue-on-error: true
if: always()
name: Upload pants.log
uses: actions/upload-artifact@v6
uses: actions/upload-artifact@v7
with:
name: logs-wheels-and-pex-Linux-x86_64
overwrite: 'true'
path: .pants.d/workdir/*.log
- if: needs.release_info.outputs.is-release == 'true'
name: Attest the pantsbuild.pants wheel
uses: actions/attest-build-provenance@v3
uses: actions/attest-build-provenance@v4
with:
subject-path: dist/deploy/wheels/pantsbuild.pants/**/pantsbuild_pants-*.whl
- if: needs.release_info.outputs.is-release == 'true'
Expand All @@ -242,7 +242,7 @@ jobs:
echo "PEX_SCIE_FILENAME=$PEX_SCIE_FILENAME" | tee -a "$GITHUB_ENV"
- if: needs.release_info.outputs.is-release == 'true'
name: Attest the Pants Pex artifact
uses: actions/attest-build-provenance@v3
uses: actions/attest-build-provenance@v4
with:
subject-path: dist/src.python.pants/*
- if: needs.release_info.outputs.is-release == 'true'
Expand Down Expand Up @@ -271,7 +271,7 @@ jobs:
--data-binary "@$WHL";
- if: needs.release_info.outputs.is-release == 'true'
name: Attest the pantsbuild.pants.testutil wheel
uses: actions/attest-build-provenance@v3
uses: actions/attest-build-provenance@v4
with:
subject-path: dist/deploy/wheels/pantsbuild.pants/**/pantsbuild_pants_testutil*.whl
- if: needs.release_info.outputs.is-release == 'true'
Expand Down Expand Up @@ -379,14 +379,14 @@ jobs:
- continue-on-error: true
if: always()
name: Upload pants.log
uses: actions/upload-artifact@v6
uses: actions/upload-artifact@v7
with:
name: logs-wheels-and-pex-macOS14-ARM64
overwrite: 'true'
path: .pants.d/workdir/*.log
- if: needs.release_info.outputs.is-release == 'true'
name: Attest the pantsbuild.pants wheel
uses: actions/attest-build-provenance@v3
uses: actions/attest-build-provenance@v4
with:
subject-path: dist/deploy/wheels/pantsbuild.pants/**/pantsbuild_pants-*.whl
- if: needs.release_info.outputs.is-release == 'true'
Expand All @@ -404,7 +404,7 @@ jobs:
echo "PEX_SCIE_FILENAME=$PEX_SCIE_FILENAME" | tee -a "$GITHUB_ENV"
- if: needs.release_info.outputs.is-release == 'true'
name: Attest the Pants Pex artifact
uses: actions/attest-build-provenance@v3
uses: actions/attest-build-provenance@v4
with:
subject-path: dist/src.python.pants/*
- if: needs.release_info.outputs.is-release == 'true'
Expand Down Expand Up @@ -502,7 +502,7 @@ jobs:
run: |
./pants run src/python/pants_release/generate_release_announcement.py -- --output-dir=${{ runner.temp }}
- name: Announce release to Slack
uses: slackapi/slack-github-action@v2.1.1
uses: slackapi/slack-github-action@v3.0.1
with:
method: chat.postMessage
payload-file-path: ${{ runner.temp }}/slack_announcement.json
Expand Down
Loading
Loading