Skip to content

Commit fee7e2a

Browse files
committed
fix(pypi-workflow): directory name
1 parent 48f89e4 commit fee7e2a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pypi-release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@ jobs:
3030
run: |
3131
cd src
3232
python3 -m pip install --upgrade build && python3 -m build
33-
- name: delete SqliteCloud.egg-info
33+
- name: delete sqlitecloud.egg-info
3434
run: |
3535
echo "Current Directory: $(pwd)"
36-
rm -r src/SqliteCloud.egg-info
36+
rm -r src/sqlitecloud.egg-info
3737
ls src/
3838
- name: Publish distribution 📦 to PyPI
3939
uses: pypa/gh-action-pypi-publish@release/v1

0 commit comments

Comments
 (0)