Skip to content

Commit

Permalink
Try using latest ubuntu runner version
Browse files Browse the repository at this point in the history
  • Loading branch information
maximusunc committed Apr 19, 2024
1 parent 3c2b403 commit ebd5906
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:
build-n-publish:
name: Build and publish Python packages to PyPI and TestPyPI
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Set up Python 3.9
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

setup(
name="kp-registry",
version="4.0.0",
version="4.0.1",
author="CoVar",
url="https://github.com/ranking-agent/kp_registry",
description="Translator KP Registry",
Expand Down

0 comments on commit ebd5906

Please sign in to comment.