From 68bfad526c488109764654f114348c95249781ea Mon Sep 17 00:00:00 2001 From: Nate Parsons <4307001+thehomebrewnerd@users.noreply.github.com> Date: Thu, 8 Feb 2024 15:49:51 -0600 Subject: [PATCH] Update release action to use real pypi server (#2654) * use real pypi * update release notes --- .github/workflows/release.yaml | 8 ++------ docs/source/release_notes.rst | 2 +- 2 files changed, 3 insertions(+), 7 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 3ea3c82d7f..de36e05595 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -1,7 +1,6 @@ on: release: - types: [published, prereleased] - # Use prereleased for testing, will remove later. + types: [published] name: Release jobs: @@ -24,11 +23,8 @@ jobs: - name: Build distribution run: python -m build - # Trying to publish to TestPyPI first - will update when this works - - name: Publish package distributions to TestPyPI + - name: Publish package distributions to PyPI uses: pypa/gh-action-pypi-publish@release/v1 - with: - repository-url: https://test.pypi.org/legacy/ - name: Run workflow to create feedstock pull request run: | gh workflow run create_feedstock_pr.yaml --repo "alteryx/featuretools" -f version=${{ github.event.release.tag_name }} diff --git a/docs/source/release_notes.rst b/docs/source/release_notes.rst index 4761eb1427..1ad470e732 100644 --- a/docs/source/release_notes.rst +++ b/docs/source/release_notes.rst @@ -13,7 +13,7 @@ Future Release * Testing Changes * Update tests for compatibility with new versions of ``holidays`` (:pr:`2636`) * Update ruff to 0.1.6 and use ruff linter/formatter (:pr:`2639`) - * Update ``release.yaml`` to use trusted publisher for PyPI releases (:pr:`2646`, :pr:`2653`) + * Update ``release.yaml`` to use trusted publisher for PyPI releases (:pr:`2646`, :pr:`2653`, :pr:`2654`) Thanks to the following people for contributing to this release: