Skip to content

Commit

Permalink
Update publish_stable.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cobycloud authored Aug 23, 2024
1 parent e26c104 commit 6d74daa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish_stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,8 @@ jobs:
continue-on-error: false

- name: Publish to PyPI
if: success() && github.event_name == 'push' && startsWith(github.ref, 'refs/heads/dev')
if: success() && github.event_name == 'push' && startsWith(github.ref, 'refs/heads/stable')
uses: pypa/gh-action-pypi-publish@v1.4.2
with:
user: cobycloud
password: ${{ secrets.PYPI_API_TOKEN }}
password: ${{ secrets.PYPI_API_TOKEN }}

0 comments on commit 6d74daa

Please sign in to comment.