Skip to content

Commit

Permalink
ci: update CD workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
pivoshenko committed Jan 12, 2024
1 parent 1b6a2e2 commit ce95f95
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ jobs:
- name: Semantic release
id: semantic-release
uses: python-semantic-release/python-semantic-release@master
uses: python-semantic-release/python-semantic-release@v7.33.5
with:
github_token: ${{ secrets.GH_TOKEN }}
repository_username: __token__
repository_password: ${{ secrets.PYPI_TOKEN }}

0 comments on commit ce95f95

Please sign in to comment.