Skip to content

Commit

Permalink
hopefully fix publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrudenell committed Sep 12, 2024
1 parent f330362 commit 7c3e025
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ jobs:
- run: python3 -m build
- uses: actions/upload-artifact@v4
with:
path: dist/
name: dist
path: dist

pypi:
needs:
Expand All @@ -31,9 +32,8 @@ jobs:
steps:
- uses: actions/download-artifact@v4
with:
path: dist/
- run: ls -lR
name: dist
path: dist
- uses: pypa/gh-action-pypi-publish@release/v1
with:
attestations: true
verbose: true

0 comments on commit 7c3e025

Please sign in to comment.