Skip to content

Commit

Permalink
Merge pull request #20 from lucmurer/main
Browse files Browse the repository at this point in the history
Bump version 0.5.0 to official PyPI
  • Loading branch information
patrikspiess committed Mar 2, 2023
2 parents b73ae25 + 163c6f8 commit 7de3333
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 8 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/publish-to-pypi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,7 @@ jobs:
python-version: "3.10"
- name: Install poetry
run: pip install poetry
- name: Use TEST-PYPI
run: poetry config repositories.test-pypi https://test.pypi.org/legacy/
- name: Configure API token for TEST-PYPI
run: poetry config pypi-token.test-pypi "${{ secrets.PYPI_API_TOKEN }}"
- name: Configure API token
run: poetry config pypi-token.pypi "${{ secrets.PYPI_API_TOKEN }}"
- name: Build and then publish fotoobo to PyPI
run: poetry publish --build -r test-pypi
run: poetry publish --build
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,14 @@ For examples and guidelines see [https://keepachangelog.com/](https://keepachang

## [Released]

## [0.4.6] - 2023-03-02
## [0.5.0] - 2023-03-02

### Added

- fotoobo is now on the official PyPI
-

## [0.4.3-6] - 2023-03-02

### Added

Expand Down
2 changes: 1 addition & 1 deletion fotoobo/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
to be extendable to your needs. It's most likely the swiss army knife for Fortinet infrastructure.
"""

__version__: str = "0.4.6"
__version__: str = "0.5.0"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "fotoobo"
version = "0.4.6"
version = "0.5.0"
description = "The awesome Fortinet Toolbox"
authors = ["Patrik Spiess <patrik.spiess@mgb.ch>"]
readme = "README.md"
Expand Down

0 comments on commit 7de3333

Please sign in to comment.