Skip to content

Commit

Permalink
Merge pull request #43 from TasmanAnalytics/fix/invalid-gh-action
Browse files Browse the repository at this point in the history
fix: remove duplicate `uses:` config in GH Action
  • Loading branch information
sakce authored Feb 26, 2024
2 parents 202dd7f + 8a880df commit 20999df
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ jobs:
steps:
- name: Download all the dists
uses: actions/download-artifact@v4
uses: actions/download-artifact@v3
with:
name: python-package-distributions
path: dist/
Expand Down

0 comments on commit 20999df

Please sign in to comment.