From f0548ba47b5d9e0cca3bf3088b39c3de796afb76 Mon Sep 17 00:00:00 2001 From: Matt Savoie Date: Fri, 19 Jul 2024 10:23:08 -0600 Subject: [PATCH] DAS-2180: Point to real PyPI, choose major version. --- .github/workflows/publish_release.yml | 6 ++---- docker/service_version.txt | 2 +- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/workflows/publish_release.yml b/.github/workflows/publish_release.yml index dd0428c..2175689 100644 --- a/.github/workflows/publish_release.yml +++ b/.github/workflows/publish_release.yml @@ -75,7 +75,7 @@ jobs: tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} - - name: Set up Python 3.10 + - name: Set up Python 3.11 uses: actions/setup-python@v4 with: python-version: '3.11' @@ -83,10 +83,8 @@ jobs: - name: Build hybig-py package run: python -m build - - name: Publish to TestPyPI + - name: Publish to PyPI uses: pypa/gh-action-pypi-publish@release/v1 - with: - repository-url: https://test.pypi.org/legacy/ - name: Publish GitHub release uses: ncipollo/release-action@v1 diff --git a/docker/service_version.txt b/docker/service_version.txt index 38f77a6..227cea2 100644 --- a/docker/service_version.txt +++ b/docker/service_version.txt @@ -1 +1 @@ -2.0.1 +2.0.0