mirror of
https://github.com/Unidata/python-awips.git
synced 2025-02-23 14:57:56 -05:00
Update release.yml
small change to see if publishing will work
This commit is contained in:
parent
20013fc301
commit
ed61081e74
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue