Update release.yml

small change to see if publishing will work
This commit is contained in:
srcarter3 2022-01-05 14:35:26 -07:00 committed by GitHub
parent 20013fc301
commit ed61081e74
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
path: ./dist/${{ runner.os }}-${{ steps.setup.outputs.python-version }}
- name: Publish Package
uses: pypa/gh-action-pypi-publish@v1.4.2