Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
zrr1999 committed Nov 21, 2023
1 parent c297bbf commit 126b6ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ jobs:
run: |
echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
pdm install
python pyfuture/__main__.py transfer-dir . .
pdm run pyfuture/__main__.py transfer-dir . .
PDM_BUILD_SCM_VERSION=$RELEASE_VERSION pdm build --no-isolation
pdm publish --no-build

0 comments on commit 126b6ef

Please sign in to comment.