We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e4d1f1 commit b990b45Copy full SHA for b990b45
.github/workflows/release_workflow.yml …thub/workflows/pypi-release-workflow.yml.github/workflows/release_workflow.yml renamed to .github/workflows/pypi-release-workflow.yml
@@ -99,16 +99,11 @@ jobs:
99
echo "Versions differ. Proceeding with publish."
100
echo "publish=true" >> $GITHUB_OUTPUT
101
fi
102
- - name: Dummy
103
- run: |
104
- echo "Ready to deploy to PyPI"
105
- ls
106
- find .
107
- # - name: Publish to PyPI
108
- # if: steps.check-version.outputs.publish == 'true'
109
- # uses: pypa/gh-action-pypi-publish@release/v1
110
- # with:
111
- # verbose: true
+ - name: Publish to PyPI
+ if: steps.check-version.outputs.publish == 'true'
+ uses: pypa/gh-action-pypi-publish@release/v1
+ with:
+ verbose: true
112
permissions:
113
contents: read
114
id-token: write
.github/workflows/pypi-release-workflow.yml.old
0 commit comments