Skip to content

Commit

Permalink
ci: fix artifact name and action version
Browse files Browse the repository at this point in the history
  • Loading branch information
lsetiawan committed Sep 15, 2023
1 parent da8dba8 commit bebbf21
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
python-version: '3.10'
- uses: actions/download-artifact@v3
with:
name: releases
name: artifact
path: dist
- name: List contents of built dist
run: |
Expand Down Expand Up @@ -98,5 +98,5 @@ jobs:
name: artifact
path: dist

- uses: pypa/gh-action-pypi-publish@release/v1
- uses: pypa/gh-action-pypi-publish@v1.8.10
if: startsWith(github.ref, 'refs/tags')

0 comments on commit bebbf21

Please sign in to comment.