mirror of
https://github.com/Unidata/python-awips.git
synced 2025-02-23 14:57:56 -05:00
Update release.yml
- remove the name the artifact is saved with, which then defaults it to "artifact" - add the 'name' tag in the download attempt, using "artifact"
This commit is contained in:
parent
c75164c80c
commit
c98c96509e
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -28,7 +28,6 @@ jobs:
|
||||||
- name: Save built packages as artifact
|
- name: Save built packages as artifact
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: ${{ runner.os }}-${{ steps.setup.outputs.python-version }}
|
|
||||||
path: dist/
|
path: dist/
|
||||||
retention-days: 5
|
retention-days: 5
|
||||||
|
|
||||||
|
@ -44,6 +43,7 @@ jobs:
|
||||||
uses: actions/download-artifact@v2
|
uses: actions/download-artifact@v2
|
||||||
with:
|
with:
|
||||||
path: ./dist
|
path: ./dist
|
||||||
|
name: artifact
|
||||||
|
|
||||||
- name: Publish Package
|
- name: Publish Package
|
||||||
uses: pypa/gh-action-pypi-publish@v1.4.2
|
uses: pypa/gh-action-pypi-publish@v1.4.2
|
||||||
|
|
Loading…
Add table
Reference in a new issue