diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index f69f8a5..dfda783 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -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 diff --git a/CHANGELOG.md b/CHANGELOG.md index 085644f..f2ec402 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,18 +13,6 @@ -## 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 diff --git a/pyproject.toml b/pyproject.toml index b88d91d..b83cee3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 ", @@ -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]