Skip to content

Commit

Permalink
Add outputs.hashes to build action
Browse files Browse the repository at this point in the history
  • Loading branch information
sethmlarson committed Aug 22, 2022
1 parent a0b22f8 commit a5b29ac
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/publish.yml
Expand Up @@ -16,6 +16,8 @@ jobs:
runs-on: "ubuntu-latest"
environment:
name: "publish"
outputs:
hashes: ${{ steps.hash.outputs.hashes }}

steps:
- name: "Checkout repository"
Expand All @@ -27,7 +29,7 @@ jobs:
python-version: "3.x"

- name: "Install dependencies"
run: python -m pip install build==0.8.0 sigstore==0.6.2
run: python -m pip install build==0.8.0

- name: "Build dists"
run: |
Expand Down

0 comments on commit a5b29ac

Please sign in to comment.