Skip to content

Commit

Permalink
PyPi fix (#275)
Browse files Browse the repository at this point in the history
- forgot to update the none test one.
- bumped the version
  • Loading branch information
carlkidcrypto authored Jan 9, 2025
1 parent 971f363 commit b96348f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build_and_publish_to_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
# macos-13 is an intel runner, macos-14 is apple silicon
os: [ubuntu-latest, macos-13, macos-14]
os: [ubuntu-latest, macos-14, macos-15]

steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = ezsnmp
version = 2.0.0a4
version = 2.0.0a5
description = A blazingly fast and Pythonic SNMP library based on the official Net-SNMP bindings. We use SWIG to generate the wrapper code for us.
author = Carlos Santos
author_email = dose.lucky.sake@cloak.id
Expand Down
2 changes: 1 addition & 1 deletion sphinx_docs_build/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
author = "carlkidcrypto"

# The full version, including alpha/beta/rc tags
release = "V2.0.0a4"
release = "V2.0.0a5"


# -- General configuration ---------------------------------------------------
Expand Down

0 comments on commit b96348f

Please sign in to comment.