Skip to content

Commit

Permalink
Fix bug github action publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
thieu1995 committed Jun 12, 2024
1 parent cc4b6cf commit 36c919e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
if: matrix.python-version == 3.11

- name: Upload distribution package
uses: actions/upload-artifact@master
uses: actions/upload-artifact@v2
with:
name: dist-package-${{ matrix.python-version }}
path: dist
Expand Down

0 comments on commit 36c919e

Please sign in to comment.