We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab2404c commit 08ee1b4Copy full SHA for 08ee1b4
.github/workflows/lbox-publish.yml
@@ -68,8 +68,8 @@ jobs:
68
rye build
69
- uses: actions/upload-artifact@v4
70
with:
71
- name: build
72
- path: ./dist/${{ matrix.package }}
+ name: build-${{ matrix.package }}
+ path: ./dist
73
test-build:
74
needs: ['path-filter']
75
if: ${{ needs.path-filter.outputs.lbox == 'true' }}
@@ -121,8 +121,8 @@ jobs:
121
steps:
122
- uses: actions/download-artifact@v4
123
124
125
- path: ./artifact/{{ matrix.package }}
+ path: ./artifact
126
- name: Publish package distributions to PyPI
127
uses: pypa/gh-action-pypi-publish@release/v1
128
0 commit comments