Skip to content

Commit

Permalink
Update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
thieupu committed Feb 24, 2024
1 parent c11a24d commit b671249
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
uses: actions/upload-artifact@master
with:
name: dist-package-${{ matrix.python-version }}
path: dist
path: dist/
if: matrix.python-version == 3.11

publish:
Expand All @@ -83,7 +83,7 @@ jobs:
uses: actions/download-artifact@v2
with:
name: dist-package-3.11
path: dist
path: dist/

- name: Publish distribution 📦 to Test PyPI
uses: pypa/gh-action-pypi-publish@master
Expand Down

0 comments on commit b671249

Please sign in to comment.