Skip to content

Commit

Permalink
fix names in deploy workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
GjjvdBurg committed Dec 7, 2024
1 parent 191c5ac commit cc4bb30
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
- name: Download all the dists
uses: actions/download-artifact@v3
with:
name: python-package-distributions
name: artifact
path: dist/

- name: Publish distribution to TestPyPI
Expand All @@ -103,7 +103,7 @@ jobs:
- name: Download all the dists
uses: actions/download-artifact@v3
with:
name: python-package-distributions
name: artifact
path: dist/

- name: Publish distribution to PyPI
Expand Down

0 comments on commit cc4bb30

Please sign in to comment.