Skip to content

Commit

Permalink
Fixing problem that appeared on WIndows
Browse files Browse the repository at this point in the history
  • Loading branch information
pariterre committed Nov 23, 2024
1 parent 318ddd9 commit afe1860
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish_to_test_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: python-package-distributions-${{ matrix.label }}
path: dist/*.whl/
path: dist/
if: matrix.label != 'linux-64'

publish-to-pypi:
Expand Down

0 comments on commit afe1860

Please sign in to comment.