diff --git a/.github/workflows/publish-to-pypi.yml b/.github/workflows/publish-to-pypi.yml index 740e951..599c035 100644 --- a/.github/workflows/publish-to-pypi.yml +++ b/.github/workflows/publish-to-pypi.yml @@ -45,7 +45,6 @@ jobs: uses: pypa/gh-action-pypi-publish@release/v1 if: steps.release.outputs.released == 'true' with: - repository-url: https://pypi.org/legacy/ verbose: true - name: Publish | Upload to GitHub Release Assets diff --git a/.github/workflows/publish-to-testpypi.yml b/.github/workflows/publish-to-testpypi.yml index f5dc465..2ee2010 100644 --- a/.github/workflows/publish-to-testpypi.yml +++ b/.github/workflows/publish-to-testpypi.yml @@ -3,13 +3,6 @@ # SPDX-License-Identifier: Apache-2.0 name: test.pypi.org Release on: - push: - branches: - - feature/** - - ci/** - - feat/** - - fix/** - - perf/** workflow_dispatch: diff --git a/CHANGELOG.md b/CHANGELOG.md deleted file mode 100644 index da8d4a4..0000000 --- a/CHANGELOG.md +++ /dev/null @@ -1,21 +0,0 @@ - - -# CHANGELOG - - -## v0.0.0 (2025-03-06) - -### Continuous Integration - -- Test running - ([`3730df1`](https://github.com/telekom/wurzel/commit/3730df18eb25bce305f4901904258f7a826f584b)) - -- Update comand - ([`09d6465`](https://github.com/telekom/wurzel/commit/09d6465a9c5a13cf787a3326774ae1fc1d897570)) - -- Update release - ([`0f563d1`](https://github.com/telekom/wurzel/commit/0f563d173bc5babbdb0eecbe93360b0103ad7426))