From 4a1983497333f495476c2036a5975128bc4e409d Mon Sep 17 00:00:00 2001 From: srcarter3 Date: Wed, 5 Jan 2022 14:39:21 -0700 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3c32835..786015e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -32,21 +32,21 @@ jobs: path: dist/ retention-days: 5 - publish: - name: Publish to PyPI - needs: build - environment: - name: PyPI - url: https://pypi.org/project/python-awips/ - runs-on: ubuntu-latest - steps: - - name: Download packages - uses: actions/download-artifact@v2 - with: - path: ./dist + publish: + name: Publish to PyPI + needs: build + environment: + name: PyPI + url: https://pypi.org/project/python-awips/ + runs-on: ubuntu-latest + steps: + - name: Download packages + uses: actions/download-artifact@v2 + with: + path: ./dist - - name: Publish Package - uses: pypa/gh-action-pypi-publish@v1.4.2 - with: - user: __token__ - password: ${{ secrets.PYPI_TOKEN }} + - name: Publish Package + uses: pypa/gh-action-pypi-publish@v1.4.2 + with: + user: __token__ + password: ${{ secrets.PYPI_TOKEN }}