Skip to content

Commit 99f3a36

Browse files
authored
Modify deploy-pypi-release.yaml for specific files
Update deployment workflow to include specific package files.
1 parent 2692ad4 commit 99f3a36

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/deploy-pypi-release.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,8 @@ jobs:
167167
Programmer and Owner : @Pymmdrza
168168
169169
files: |
170-
dist/*
170+
dist/libcrypto-${{ steps.get_version.outputs.version }}.tar.gz
171+
dist/libcrypto-${{ steps.get_version.outputs.version }}-py3-none-any.whl
171172
draft: false
172173
prerelease: false
173174

0 commit comments

Comments
 (0)