Skip to content

Commit

Permalink
Fixed the missing slash in ci_test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
vhaasteren committed Nov 8, 2023
1 parent 87353e9 commit 3ec5f66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ jobs:
uses: actions/download-artifact@v3
with:
name: dist
path: dist
path: dist/
- name: Publish to PyPI
run: |
python -m pip install --upgrade twine
Expand Down

0 comments on commit 3ec5f66

Please sign in to comment.