Skip to content

Commit

Permalink
Fix build names, name of artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
pnorman committed Dec 17, 2023
1 parent 20e250c commit 4c2b1fc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
name: Python package
---
name: Python build
on: [push, pull_request]
jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
steps:
- uses: actions/download-artifact@v4
with:
name: artifact
name: Packages
path: dist
- uses: pypa/gh-action-pypi-publish@release/v1
with:
Expand Down

0 comments on commit 4c2b1fc

Please sign in to comment.