Skip to content

Commit

Permalink
Test if
Browse files Browse the repository at this point in the history
  • Loading branch information
maxnz committed May 28, 2024
1 parent 9c09390 commit 758388e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
publish-test:
runs-on: ubuntu-latest
needs: package
if: github.event.release.prerelease
if: "!github.event.release.prerelease"
environment:
name: testpypi
url: https://test.pypi.org/p/animatedledstrip-client
Expand All @@ -44,7 +44,7 @@ jobs:
name: client-python-distributions
path: dist/

- name: Publish to PyPi
- name: Publish to Test PyPi
uses: pypa/gh-action-pypi-publish@release/v1
with:
repository-url: https://test.pypi.org/legacy/
Expand Down

0 comments on commit 758388e

Please sign in to comment.