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 241fd26 commit e13a4adCopy full SHA for e13a4ad
.github/workflows/CD-PyPi.yml
@@ -45,7 +45,7 @@ jobs:
45
id: build
46
run: make -j1 -f Makefile build
47
- name: Publish package distributions to PyPI
48
- if ${{ success() }}
+ if: ${{ success() }}
49
uses: pypa/gh-action-pypi-publish@release/v1
50
with:
51
skip-existing: true
0 commit comments