Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
anarkiwi committed Oct 10, 2024
2 parents a28c634 + 5db5d85 commit 9727859
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Build python package
run: python3 setup.py sdist
- name: Publish python package to PyPI
uses: pypa/[email protected].1
uses: pypa/[email protected].3
with:
user: __token__
password: ${{ secrets.PYPI_TOKEN }}
2 changes: 1 addition & 1 deletion codecheck-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
pylint==3.2.7
pylint==3.3.1
pytype==2024.9.13

0 comments on commit 9727859

Please sign in to comment.