Skip to content

Commit

Permalink
Fix GitHub publishing CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Archmonger committed Oct 3, 2024
1 parent 8d4010a commit c4cbffd
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,7 @@ jobs:
with:
artifacts: "dist/*.tar.gz,dist/*.whl"
body: ${{ steps.query-release-info.outputs.release-notes }}
allowUpdates: true

publish-pypi:
name: Publish PyPi Package
Expand All @@ -253,9 +254,7 @@ jobs:
concurrency:
group: publish-pypi
needs:
- build-python
- coverage-python
- publish-docs
- publish-github
steps:
- uses: actions/download-artifact@v4
with:
Expand Down

0 comments on commit c4cbffd

Please sign in to comment.