Skip to content

Commit

Permalink
Attempting to fix publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
Ole-Christian Galbo Engstrøm committed Jan 23, 2025
1 parent be4ff5c commit 8e08b38
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
11 changes: 6 additions & 5 deletions .github/actions/publish/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,13 @@ name: Publish
description: Publish the package to PyPI

runs:
using: "composite"
steps:
- name: Download all the dists
uses: actions/download-artifact@v4
with:
name: python-package-distributions
path: dist/
# - name: Download all the dists
# uses: actions/download-artifact@v4
# with:
# name: python-package-distributions
# path: dist/

- name: Publish distribution 📦 to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
2 changes: 1 addition & 1 deletion .github/workflows/package_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
id-token: write
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/publish
- uses: pypa/gh-action-pypi-publish@release/v1
github_release:
needs: publish_package
runs-on: ubuntu-latest
Expand Down

0 comments on commit 8e08b38

Please sign in to comment.