Skip to content

Commit

Permalink
try again
Browse files Browse the repository at this point in the history
  • Loading branch information
dragonstyle committed Jan 22, 2024
1 parent ce5614b commit f0c2c8c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ jobs:
run: rm -rf dist/quarto_cli*.whl
- name: Publish package distributions to TestPyPI
uses: pypa/gh-action-pypi-publish@release/v1
if: ${{ inputs.publish-release != 'true' }}
if: ${{ ! inputs.publish-release }}
with:
repository-url: https://test.pypi.org/legacy/
- name: Publish package distributions to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
if: ${{ inputs.publish-release == 'true' }}
if: ${{ inputs.publish-release }}

0 comments on commit f0c2c8c

Please sign in to comment.