We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd2c35a commit 7f1bde1Copy full SHA for 7f1bde1
1 file changed
.github/workflows/release.yml
@@ -28,13 +28,13 @@ jobs:
28
29
- name: Publish to PyPI
30
uses: pypa/gh-action-pypi-publish@release/v1
31
- if: ! inputs.dry-run
+ if: '! inputs.dry-run'
32
with:
33
password: ${{ secrets.PYPI_API_TOKEN }}
34
35
- name: Create GitHub release
36
uses: ncipollo/release-action@v1
37
38
39
artifacts: "dist/*"
40
generateReleaseNotes: true
0 commit comments