Skip to content

Commit

Permalink
Release 1.1.0, upload binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
Wout Feys committed Nov 26, 2024
1 parent ed6de71 commit a3bceed
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ jobs:
- uses: actions/checkout@v4
- name: Install poetry
run: pip install poetry
- name: Download binaries
run: make binaries
- name: Publish to PyPI
env:
POETRY_HTTP_BASIC_PYPI_USERNAME: __token__
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ jobs:
- uses: actions/checkout@v4
- name: Install poetry
run: pip install poetry
- name: Download binaries
run: make binaries
- name: Install dependencies
run: poetry install

Expand Down
2 changes: 1 addition & 1 deletion aikido_zen/config.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""Contains package versions"""

PKG_VERSION = "1.1.0"
PKG_VERSION = "1.1.1"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "aikido_zen"
version = "1.1.0"
version = "1.1.1"
description = "Aikido Zen for Python"
authors = ["Aikido Security <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit a3bceed

Please sign in to comment.