Skip to content

Commit

Permalink
chore: fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
hiroki0525 committed Dec 8, 2024
1 parent 0ab771d commit 1e55f03
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/publish-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
root_options: "-vv"
prerelease: true
- name: Publish package distributions to PyPI
id: release
uses: pypa/gh-action-pypi-publish@release/v1
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/publish-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ jobs:
uses: python-semantic-release/python-semantic-release@v9
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
changelog: false
- name: Publish package distributions to PyPI
id: release
uses: pypa/gh-action-pypi-publish@release/v1
Expand Down

0 comments on commit 1e55f03

Please sign in to comment.