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 ed7f3f9 commit 7c4fe3cCopy full SHA for 7c4fe3c
.github/workflows/publish-and-deploy.yml
@@ -41,10 +41,9 @@ jobs:
41
python-version: "3.12"
42
cache: true
43
- name: Publish package distributions to PyPI
44
- id: publish
45
- run: |
46
- pdm publish
47
- echo "published=true" >> $GITHUB_OUTPUT
+ run: pdm publish
+ - name: Set output
+ run: echo "published=true" >> $GITHUB_OUTPUT
48
49
deploy-docs:
50
needs: pypi-publish
0 commit comments