Skip to content

Commit

Permalink
Pin versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-z committed Oct 6, 2024
1 parent ec5b262 commit 9cd5088
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/build-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
pdm build
- name: Upload artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4
with:
name: build-artifacts
path: dist/
Expand All @@ -44,16 +44,15 @@ jobs:
if: github.event_name == 'release'
steps:
- name: Download artifact
uses: actions/download-artifact@v3
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
with:
name: build-artifacts

- name: Publish to GitHub Release
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@c062e08bd532815e2082a85e87e3ef29c3e6d191 # v2.0.8
with:
files: |
dist/*.whl
dist/*.tar.gz
dist/*
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand Down

0 comments on commit 9cd5088

Please sign in to comment.