Skip to content

Commit

Permalink
Name separate packages to publish.
Browse files Browse the repository at this point in the history
  • Loading branch information
danielballan committed Jan 16, 2025
1 parent 53ee1e3 commit f534a67
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/publish-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,12 @@ jobs:
steps:
- uses: actions/download-artifact@v4
with:
name: Packages
name: Packages-databroker
path: dist

- uses: actions/download-artifact@v4
with:
name: Packages-bluesky-tiled-plugins
path: dist

- uses: pypa/gh-action-pypi-publish@release/v1

0 comments on commit f534a67

Please sign in to comment.