From e0c7598195edbffe6be52de564b3f0dec31e1698 Mon Sep 17 00:00:00 2001 From: Sean Perry Date: Thu, 16 May 2024 11:49:25 -0700 Subject: [PATCH] feat: TEST --- .github/workflows/create_release.yml | 6 +++--- PyHa/TEST.txt | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/create_release.yml b/.github/workflows/create_release.yml index 4016b97..cb3b73d 100644 --- a/.github/workflows/create_release.yml +++ b/.github/workflows/create_release.yml @@ -18,7 +18,7 @@ jobs: with: fetch-depth: 0 submodules: recursive - ref: main + - name: Python Semantic Release uses: python-semantic-release/python-semantic-release@master @@ -42,7 +42,7 @@ jobs: - uses: actions/checkout@v4 with: submodules: recursive - ref: main + - uses: actions/setup-python@v4 with: python-version: ${{ matrix.python-version }} @@ -70,7 +70,7 @@ jobs: with: fetch-depth: 0 submodules: recursive - ref: main + - uses: actions/download-artifact@v3 with: diff --git a/PyHa/TEST.txt b/PyHa/TEST.txt index dfa236f..9e2bc11 100644 --- a/PyHa/TEST.txt +++ b/PyHa/TEST.txt @@ -1 +1 @@ -Testing package test \ No newline at end of file +Testing package test test \ No newline at end of file