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 9c09390 commit 758388eCopy full SHA for 758388e
.github/workflows/publish-release.yml
@@ -31,7 +31,7 @@ jobs:
31
publish-test:
32
runs-on: ubuntu-latest
33
needs: package
34
- if: github.event.release.prerelease
+ if: "!github.event.release.prerelease"
35
environment:
36
name: testpypi
37
url: https://test.pypi.org/p/animatedledstrip-client
@@ -44,7 +44,7 @@ jobs:
44
name: client-python-distributions
45
path: dist/
46
47
- - name: Publish to PyPi
+ - name: Publish to Test PyPi
48
uses: pypa/gh-action-pypi-publish@release/v1
49
with:
50
repository-url: https://test.pypi.org/legacy/
0 commit comments