Skip to content

Commit 2ee44b7

Browse files
author
Mat Lord
committed
fix(workflow): Fix formatting
1 parent b573542 commit 2ee44b7

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
password: ${{ secrets.TEST_PYPI_PASSWORD }}
3131
repository_url: https://test.pypi.org/legacy/
3232
- name: Publish distribution 📦 to PyPI
33-
if: (contains(github.ref, 'beta')) != true
34-
uses: pypa/gh-action-pypi-publish@master
35-
with:
36-
password: ${{ secrets.PYPI_PASSWORD }}
33+
if: contains(github.ref, 'beta') != true
34+
uses: pypa/gh-action-pypi-publish@master
35+
with:
36+
password: ${{ secrets.PYPI_PASSWORD }}

0 commit comments

Comments
 (0)