Skip to content

Commit 4ec323a

Browse files
authored
Update ci.yml
1 parent 3c8076a commit 4ec323a

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,8 @@ jobs:
3636
python -m pip install --upgrade tox tox-gh-actions
3737
- name: "build python-ldap ${{ matrix.python-version }}"
3838
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

Comments
 (0)