diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index cbfe5cd..332b2be 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -79,6 +79,7 @@ jobs: with: commit_message: "Update CHANGELOG for release ${{ steps.gitversion.outputs.semVer }}" file_pattern: "CHANGELOG.md" + push_options: ${{ github.ref == 'refs/heads/main' && '--force' || '' }} - uses: actions/setup-python@v5 @@ -106,6 +107,7 @@ jobs: with: commit_message: "Update pyproject.toml for release ${{ steps.gitversion.outputs.semVer }}" file_pattern: "pyproject.toml" + push_options: ${{ github.ref == 'refs/heads/main' && '--force' || '' }} - name: Build release distributions run: | diff --git a/pyproject.toml b/pyproject.toml index 254bf61..be41d04 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "xurrent" -version = "0.4.0-preview.193" +version = "0.4.0-preview.198" authors = [ { name="Fabian Steiner", email="fabian@stei-ner.net" }, ] @@ -18,7 +18,7 @@ Homepage = "https://github.com/fasteiner/xurrent-python" Issues = "https://github.com/fasteiner/xurrent-python/issues" [tool.poetry] name = "xurrent" -version = "0.4.0-preview.193" +version = "0.4.0-preview.198" description = "A python module to interact with the Xurrent API." authors = ["Ing. Fabian Franz Steiner BSc. "] readme = "README.md"