Skip to content

Commit

Permalink
Tweak CI release script.
Browse files Browse the repository at this point in the history
  • Loading branch information
freakboy3742 committed Apr 14, 2023
1 parent 1600dd2 commit 3fb9aa5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Get packages
uses: actions/[email protected]
with:
name: packages
name: ${{ needs.ci.outputs.artifact-name }}
path: dist

- name: Install packages
Expand All @@ -52,15 +52,15 @@ jobs:

test-publish:
name: Publish test package
needs: [release]
needs: [ci, release]
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: Get packages
uses: actions/[email protected]
with:
name: packages
name: ${{ needs.ci.outputs.artifact-name }}
path: dist

- name: Publish release to Test PyPI
Expand Down

0 comments on commit 3fb9aa5

Please sign in to comment.