Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
hmstepanek authored Dec 16, 2024
1 parent 3b9d86b commit 079449c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ jobs:
TWINE_USERNAME: __token__
TWINE_PASSWORD: ${{ secrets.PYPI_TOKEN }}

- name: Create release tags for Lambda and K8s Init Containers
- name: Create release tags for Lambda and K8s Init Containers
run: |
pip install PyGitHub
python .github/scripts/release.py
Expand Down

0 comments on commit 079449c

Please sign in to comment.