Update release.yml

This commit is contained in:
srcarter3 2022-01-05 14:38:03 -07:00 committed by GitHub
parent ed61081e74
commit c3c471f778
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -43,7 +43,7 @@ jobs:
- name: Download packages
uses: actions/download-artifact@v2
with:
path: ./dist/${{ runner.os }}-${{ steps.setup.outputs.python-version }}
path: ./dist
- name: Publish Package
uses: pypa/gh-action-pypi-publish@v1.4.2