Skip to content

Commit

Permalink
chrore: fix publish to pypi (#129)
Browse files Browse the repository at this point in the history
Signed-off-by: Nirmal <[email protected]>
  • Loading branch information
twodrops authored Apr 30, 2024
1 parent 0b931f1 commit 4228101
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 17 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,9 @@ jobs:
- name: "Deploy to pypi repository"
env:
PYPI_USER: ${{ secrets.PYPI_USERNAME }}
PYPI_PASS: ${{ secrets.PYPI_PASSWORD }}
POETRY_PYPI_TOKEN_PYPI: ${{ secrets.PYPI_TOKEN }}
run: |
poetry publish --username "$PYPI_USER" --password "$PYPI_PASS"
poetry publish
- name: "Deploy binaries to gh-release"
uses: softprops/action-gh-release@v1
Expand Down
12 changes: 0 additions & 12 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,6 @@

<!--next-version-placeholder-->

## v3.3.8 (2024-04-30)

### Fix

- fix broken release of v3.3.8 (try #3) (#128)
- fix broken release of v3.3.8 (try #2) (#127)
- fix broken release of v3.3.8 (#126)
- **python-version**: Updated python to 3.12 and dependencies
- **python-version**: Updated python to 3.12 and dependencies
- **python-version**: Added numpy to pyproject
- **python-version**: Updated python to 3.12 and dependencies

## v3.3.7 (2023-10-20)

### Fix
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

[tool.poetry]
name = "doxysphinx"
version = "3.3.8"
version = "3.3.7"
description = "Integrates doxygen html documentation with sphinx."
authors = [
"Nirmal Sasidharan <[email protected]>",
Expand Down Expand Up @@ -85,7 +85,7 @@ doxysphinx = "doxysphinx.cli:cli"

[tool.commitizen]
name = "cz_conventional_commits"
version = "3.3.8"
version = "3.3.7"
tag_format = "v$version"
version_files = ["pyproject.toml:^version"]
bump_message = """chore(release): release $current_version → $new_version by commitizen [skip-ci]
Expand Down

0 comments on commit 4228101

Please sign in to comment.