Skip to content

Commit 7c4fe3c

Browse files
committed
ci: Rearrange steps in PyPI publish job for clarity
1 parent ed7f3f9 commit 7c4fe3c

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/publish-and-deploy.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,9 @@ jobs:
4141
python-version: "3.12"
4242
cache: true
4343
- name: Publish package distributions to PyPI
44-
id: publish
45-
run: |
46-
pdm publish
47-
echo "published=true" >> $GITHUB_OUTPUT
44+
run: pdm publish
45+
- name: Set output
46+
run: echo "published=true" >> $GITHUB_OUTPUT
4847

4948
deploy-docs:
5049
needs: pypi-publish

0 commit comments

Comments
 (0)