Skip to content

Commit fdf767d

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pypi-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: delete SqliteCloud.egg-info
3333
run: |
3434
echo "Current Directory: $(pwd)"
35-
rm -r SqliteCloud.egg-info
35+
rm -r src/SqliteCloud.egg-info
3636
- name: Publish distribution 📦 to PyPI
3737
uses: pypa/gh-action-pypi-publish@release/v1
3838
with:

0 commit comments

Comments
 (0)