Skip to content

Commit f8b0580

Browse files
committed
Deleted old cmds
1 parent 57073b8 commit f8b0580

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish-to-pypi-on-new-tag.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
PROJECT="${TAG%-*}"
2222
echo "PROJECT=$PROJECT" >> $GITHUB_ENV
2323
- run: pip install build
24-
- run: pwd && ls -la && cd ${{ env.PROJECT }} && python -m build
24+
- run: cd ${{ env.PROJECT }} && python -m build
2525
- uses: pypa/gh-action-pypi-publish@release/v1.14
2626
with:
2727
packages-dir: ${{ env.PROJECT }}/dist

0 commit comments

Comments
 (0)