Skip to content

Commit b36092c

Browse files
committed
[fix] WIP: updated pypi-release.yaml
1 parent 71ccb71 commit b36092c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/pypi-release.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ jobs:
3131
python3 -m pip install --upgrade build && python3 -m build
3232
- name: delete SqliteCloud.egg-info
3333
run: |
34-
rm -r SqliteCloud.egg-info
34+
echo "Current Directory: $(pwd)"
35+
rm -r SqliteCloud.egg-info
3536
- name: Publish distribution 📦 to PyPI
3637
uses: pypa/gh-action-pypi-publish@release/v1
3738
with:

0 commit comments

Comments
 (0)