Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/ffox' into ffox
Browse files Browse the repository at this point in the history
  • Loading branch information
sydp committed Oct 18, 2024
2 parents 8538fef + bd82704 commit 16b7655
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pypi-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:

steps:
- name: Download all the dists
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.7
with:
name: python-package-distributions
path: dist/
Expand All @@ -60,7 +60,7 @@ jobs:

steps:
- name: Download all the dists
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.7
with:
name: python-package-distributions
path: dist/
Expand Down

0 comments on commit 16b7655

Please sign in to comment.