Skip to content

Commit ed7ff3c

Browse files
committed
Update path to libcrypto in PyPI builder workflow
Changed the git add path from libcrypto/__init__.py to src/libcrypto/__init__.py in the PyPI builder GitHub Actions workflow to reflect the correct project structure.
1 parent b1de5ca commit ed7ff3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pypi_builder.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
run: |
7171
git config --global user.name 'github-actions'
7272
git config --global user.email '[email protected]'
73-
git add setup.py pyproject.toml libcrypto/__init__.py
73+
git add setup.py pyproject.toml src/libcrypto/__init__.py
7474
git add .
7575
git commit -m 'version Update Mode'
7676
git push origin main

0 commit comments

Comments
 (0)