We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c8076a commit 4ec323aCopy full SHA for 4ec323a
1 file changed
.github/workflows/ci.yml
@@ -36,3 +36,8 @@ jobs:
36
python -m pip install --upgrade tox tox-gh-actions
37
- name: "build python-ldap ${{ matrix.python-version }}"
38
run: "python -m build"
39
+ - name: Upload a Build Artifact
40
+ uses: actions/upload-artifact@v3.1.2
41
+ with:
42
+ # A file, directory or wildcard pattern that describes what to upload
43
+ path: dist/*
0 commit comments