diff --git a/.github/workflows/tag_and_publish.yaml b/.github/workflows/tag_and_publish.yaml index 96569ae9..c49d0c86 100644 --- a/.github/workflows/tag_and_publish.yaml +++ b/.github/workflows/tag_and_publish.yaml @@ -29,10 +29,10 @@ jobs: uses: actions/checkout@v3 with: ref: ${{ needs.tag-release.outputs.version}} - - name: Set up Python 3.7 + - name: Set up Python 3.8 uses: actions/setup-python@v3 with: - python-version: "3.7" + python-version: "3.8" - name: Install pypa/build run: python -m pip install build --user - name: Build sdist and wheel diff --git a/VERSION b/VERSION index 3f7d43ca..e52596bb 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1!10.7.0 +1!10.7.1 \ No newline at end of file