diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c317926..cbfe5cd 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -18,14 +18,6 @@ jobs: uses: actions/checkout@v4 with: fetch-depth: 0 # Required for GitVersion to work correctly - - - name: Setup SSH for Deploy Key - if: github.ref == 'refs/heads/main' # Only update for stable releases - run: | - mkdir -p ~/.ssh - echo "${{ secrets.DEPLOY_KEY }}" > ~/.ssh/id_rsa - chmod 600 ~/.ssh/id_rsa - ssh-keyscan github.com >> ~/.ssh/known_hosts - name: Install GitVersion uses: GitTools/actions/gitversion/setup@v0 diff --git a/pyproject.toml b/pyproject.toml index d203459..e893a8c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "xurrent" -version = "0.4.0-preview.203" +version = "0.4.0-preview.208" 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.203" +version = "0.4.0-preview.208" description = "A python module to interact with the Xurrent API." authors = ["Ing. Fabian Franz Steiner BSc. "] readme = "README.md"