We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57073b8 commit f8b0580Copy full SHA for f8b0580
1 file changed
.github/workflows/publish-to-pypi-on-new-tag.yml
@@ -21,7 +21,7 @@ jobs:
21
PROJECT="${TAG%-*}"
22
echo "PROJECT=$PROJECT" >> $GITHUB_ENV
23
- run: pip install build
24
- - run: pwd && ls -la && cd ${{ env.PROJECT }} && python -m build
+ - run: cd ${{ env.PROJECT }} && python -m build
25
- uses: pypa/gh-action-pypi-publish@release/v1.14
26
with:
27
packages-dir: ${{ env.PROJECT }}/dist
0 commit comments