Skip to content

Commit

Permalink
ci: Test skip publish package
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandermentormate committed Apr 10, 2024
1 parent a70b741 commit b5b5132
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@ jobs:
# <other options here>

- name: Publish package to TestPyPI if new release available
if: ${{ if [ ! -d "dist" ] }}
uses: pypa/gh-action-pypi-publish@release/v1
if: ${{ [ ! -d "dist" ] }}
with:
user: __token__
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
Expand Down

0 comments on commit b5b5132

Please sign in to comment.