From c8130c0911d75c343b3386a1a944c4c88272a2dc Mon Sep 17 00:00:00 2001 From: Rory Barnes Date: Wed, 14 Sep 2022 10:19:29 -0700 Subject: [PATCH] Update wheels.yml --- .github/workflows/wheels.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 953c44fec..25bd21a19 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -81,7 +81,7 @@ jobs: path: dist # Only push to PyPI if we're on the public repo! - - uses: pypa/gh-action-pypi-publish@release/v2.3.22 + - uses: pypa/gh-action-pypi-publish@main/v2.3.23 if: (!github.event.release.prerelease) && github.event_name == 'release' && github.event.action == 'published' && github.repository == 'VirtualPlanetaryLaboratory/vplanet' with: user: __token__